mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add USE_MIDDLE_END
This commit is contained in:
@@ -2743,10 +2743,12 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(USE_MIDDLE_END)
|
||||
MAIN_TIME_SECTION("Middle End Pass");
|
||||
if (!me_generate(checker)) {
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
MAIN_TIME_SECTION("LLVM API Code Gen");
|
||||
lbGenerator *gen = gb_alloc_item(permanent_allocator(), lbGenerator);
|
||||
|
||||
Reference in New Issue
Block a user