aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d51557290..439f2b450 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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);