Begin multithreading the llvm backend when -use-separate-modules is enabled

This commit is contained in:
gingerBill
2023-01-05 12:29:16 +00:00
parent 1517f1d779
commit 213a0499a1
4 changed files with 53 additions and 19 deletions
+1 -1
View File
@@ -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) {