import c
This commit is contained in:
@@ -7,6 +7,11 @@ pub const c = @cImport({
|
||||
@cInclude("llvm-c/LLJIT.h");
|
||||
@cInclude("llvm-c/Orc.h");
|
||||
@cInclude("llvm-c/Error.h");
|
||||
@cInclude("llvm-c/BitReader.h");
|
||||
@cInclude("llvm-c/Linker.h");
|
||||
|
||||
// Clang shim for C header parsing + source compilation
|
||||
@cInclude("clang_shim.h");
|
||||
});
|
||||
|
||||
extern fn sx_llvm_init_all_targets() void;
|
||||
|
||||
Reference in New Issue
Block a user