aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-29 08:17:03 +0200
committerlemon <lsof@mailbox.org>2022-08-29 09:03:36 +0200
commita984cedd59c5dc290b896e4b8743f771df31e1bd (patch)
tree232d8a35f0d3bb8ce57ac2f6c2fb620615a5044f /src/cffc.hff
parent6aeb4e79bf92863a3b5d41b22db71cf342c9b54e (diff)
add type, multiline strings
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;