mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 13:55:19 +00:00
Try moving parapoly procs into a separate module when doing weak monomorphization
This commit is contained in:
@@ -1327,7 +1327,7 @@ gb_internal void lb_add_debug_info_for_global_constant_from_entity(lbGenerator *
|
||||
}
|
||||
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