mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Order of function resolution is different. Function prototypes resolved first. Same with LLVM gen. Designated initializer and anonymous fields fixed mostly.
This commit is contained in:
committed by
Christoffer Lerno
parent
9bf89574f9
commit
1d73338fb0
@@ -223,7 +223,6 @@ void gencontext_emit_function_decl(GenContext *context, Decl *decl)
|
||||
0);
|
||||
LLVMSetSubprogram(decl->func.backend_value, context->debug.function);
|
||||
}
|
||||
if (decl->func.body) gencontext_emit_function_body(context, decl);
|
||||
}
|
||||
|
||||
void gencontext_emit_extern_decl(GenContext *context, Decl *decl)
|
||||
|
||||
Reference in New Issue
Block a user