diff options
| author | 2022-08-22 13:07:35 +0200 | |
|---|---|---|
| committer | 2022-08-22 13:07:35 +0200 | |
| commit | e0686f7953bbc74ff03a7a6b22c0b82995ab494e (patch) | |
| tree | 96a0063c441bc6e63b13fbbda5980a8557883614 /src/cffc.hff | |
| parent | c9bcf39a2ad78c7bc9cbfaab43e03771899cfa44 (diff) | |
screw it , llvm
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff index c8e3f11..2504fba 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -456,3 +456,7 @@ extern fn ir_free(*IRCtx) void; // asm.cff extern static g_asmbackend Backend; + +// llvm.cff +extern fn llvm_genfn(externp bool, name *const u8, f *Fn) void; +extern fn llvm_init() void; |