mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Initial support for #1925, does not affect C compilation yet, and doesn't try to link etc. Using "--emit-only"
This commit is contained in:
@@ -59,7 +59,7 @@ void gencontext_begin_module(GenContext *c)
|
||||
{
|
||||
ASSERT(!c->module && "Expected no module");
|
||||
|
||||
codegen_setup_object_names(c->code_module, &c->ir_filename, &c->asm_filename, &c->object_filename);
|
||||
codegen_setup_object_names(c->code_module, &c->base_name, &c->ir_filename, &c->asm_filename, &c->object_filename);
|
||||
DEBUG_LOG("Emit module %s.", c->code_module->name->module);
|
||||
c->panic_var = compiler.context.panic_var;
|
||||
c->panicf = compiler.context.panicf;
|
||||
|
||||
Reference in New Issue
Block a user