mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-19 17:38:23 +00:00
Begin LLVM C API integration
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "llvm-c/Types.h"
|
||||
|
||||
struct Scope;
|
||||
struct Ast;
|
||||
|
||||
@@ -299,6 +301,7 @@ struct Type {
|
||||
i64 cached_size;
|
||||
i64 cached_align;
|
||||
u32 flags; // TypeFlag
|
||||
LLVMTypeRef llvm_type;
|
||||
bool failure;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user