Start work on 0.6.5

This commit is contained in:
Christoffer Lerno
2024-11-08 21:04:22 +01:00
parent 547f2ef189
commit b882265e52
72 changed files with 887 additions and 873 deletions

View File

@@ -57,7 +57,7 @@ static void llvm_set_module_flag(GenContext *c, LLVMModuleFlagBehavior flag_beha
void gencontext_begin_module(GenContext *c)
{
assert(!c->module && "Expected no module");
ASSERT0(!c->module && "Expected no module");
codegen_setup_object_names(c->code_module, &c->ir_filename, &c->asm_filename, &c->object_filename);