Explorar el Código

Add `USE_MIDDLE_END`

gingerBill hace 3 años
padre
commit
246bd8ca6a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/main.cpp

+ 2 - 0
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);