aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index 7dc9cfa..e329965 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -498,6 +498,7 @@ extern fn ir_free(*IRCtx) void;
extern static g_asmbackend Backend;
// llvm.cff
+extern fn llvm_addtype(*const Type) void;
extern fn llvm_addglobl(*Decl, staticp bool) void;
extern fn llvm_genfn(externp bool, name *const u8, f *Fn) void;
extern fn llvm_genstatic(externp bool, name *const u8, var *Var) void;