mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
fix odin test
This commit is contained in:
@@ -1694,6 +1694,11 @@ void lb_generate_code(lbGenerator *gen) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (build_context.command_kind == Command_test && !already_has_entry_point) {
|
||||||
|
TIME_SECTION("LLVM main");
|
||||||
|
lb_create_main_procedure(default_module, startup_runtime);
|
||||||
|
}
|
||||||
|
|
||||||
for_array(j, gen->modules.entries) {
|
for_array(j, gen->modules.entries) {
|
||||||
lbModule *m = gen->modules.entries[j].value;
|
lbModule *m = gen->modules.entries[j].value;
|
||||||
for_array(i, m->missing_procedures_to_check) {
|
for_array(i, m->missing_procedures_to_check) {
|
||||||
|
|||||||
Reference in New Issue
Block a user