mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
Add -internal-cached
This commit is contained in:
@@ -1397,8 +1397,8 @@ gb_internal void lb_create_global_procedures_and_types(lbGenerator *gen, Checker
|
||||
|
||||
for (auto const &entry : gen->modules) {
|
||||
lbModule *m = entry.value;
|
||||
gb_sort_array(m->global_types_to_create.data, m->global_types_to_create.count, llvm_global_entity_cmp);
|
||||
gb_sort_array(m->global_procedures_to_create.data, m->global_procedures_to_create.count, llvm_global_entity_cmp);
|
||||
array_sort(m->global_types_to_create, llvm_global_entity_cmp);
|
||||
array_sort(m->global_procedures_to_create, llvm_global_entity_cmp);
|
||||
}
|
||||
|
||||
if (do_threading) {
|
||||
|
||||
Reference in New Issue
Block a user