mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Refactoring access + some macro renaming.
This commit is contained in:
@@ -57,7 +57,7 @@ static void llvm_set_module_flag(GenContext *c, LLVMModuleFlagBehavior flag_beha
|
||||
|
||||
void gencontext_begin_module(GenContext *c)
|
||||
{
|
||||
ASSERT0(!c->module && "Expected no module");
|
||||
ASSERT(!c->module && "Expected no module");
|
||||
|
||||
codegen_setup_object_names(c->code_module, &c->ir_filename, &c->asm_filename, &c->object_filename);
|
||||
DEBUG_LOG("Emit module %s.", c->code_module->name->module);
|
||||
|
||||
Reference in New Issue
Block a user