mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
Correct a race condition when checking the procedure body
This commit is contained in:
@@ -2255,6 +2255,12 @@ gb_internal void lb_generate_code(lbGenerator *gen) {
|
||||
}
|
||||
}
|
||||
|
||||
if (build_context.ignore_llvm_build) {
|
||||
gb_printf_err("LLVM SUCCESS!\n");
|
||||
gb_exit(1);
|
||||
return;
|
||||
}
|
||||
|
||||
if (do_threading && non_empty_module_count > 1) {
|
||||
for (auto const &entry : gen->modules) {
|
||||
lbModule *m = entry.value;
|
||||
|
||||
Reference in New Issue
Block a user