This commit is contained in:
agra
2026-02-22 17:24:04 +02:00
parent 775dcb44cc
commit d3e574eae5
38 changed files with 16135 additions and 33 deletions

View File

@@ -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;