aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
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;