mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 23:14:59 -07:00
Begin multithreading the llvm backend when -use-separate-modules is enabled
This commit is contained in:
@@ -32,7 +32,7 @@ gb_internal void lb_build_constant_value_decl(lbProcedure *p, AstValueDecl *vd)
|
||||
continue;
|
||||
}
|
||||
|
||||
lb_set_nested_type_name_ir_mangled_name(e, p);
|
||||
lb_set_nested_type_name_ir_mangled_name(e, p, p->module);
|
||||
}
|
||||
|
||||
for_array(i, vd->names) {
|
||||
|
||||
Reference in New Issue
Block a user