mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 01:13:48 +00:00
Try moving parapoly procs into a separate module when doing weak monomorphization
This commit is contained in:
@@ -2145,7 +2145,7 @@ gb_internal void lb_create_global_procedures_and_types(lbGenerator *gen, Checker
|
||||
|
||||
lbModule *m = &gen->default_module;
|
||||
if (USE_SEPARATE_MODULES) {
|
||||
m = lb_module_of_entity(gen, e);
|
||||
m = lb_module_of_entity(gen, e, m);
|
||||
}
|
||||
GB_ASSERT(m != nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user