mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-29 02:17:47 +00:00
Override -llvm-api to always be true
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user