aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-22 13:07:35 +0200
committerlemon <lsof@mailbox.org>2022-08-22 13:07:35 +0200
commite0686f7953bbc74ff03a7a6b22c0b82995ab494e (patch)
tree96a0063c441bc6e63b13fbbda5980a8557883614 /src/cffc.hff
parentc9bcf39a2ad78c7bc9cbfaab43e03771899cfa44 (diff)
screw it , llvm
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff4
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;