Override -llvm-api to always be true

This commit is contained in:
gingerBill
2021-04-25 19:46:48 +01:00
parent ff620422fa
commit cd125c0f41
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -782,6 +782,8 @@ void init_build_context(TargetMetrics *cross_target) {
bc->link_flags = str_lit(" ");
bc->opt_flags = str_lit(" ");
bc->use_llvm_api = true;
gbString llc_flags = gb_string_make_reserve(heap_allocator(), 64);
if (bc->ODIN_DEBUG) {