mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
Remove use_llvm_api related checks and other related things
This commit is contained in:
@@ -1185,7 +1185,6 @@ bool parse_build_flags(Array<String> args) {
|
||||
|
||||
case BuildFlag_UseLLVMApi:
|
||||
gb_printf_err("-llvm-api flag is not required any more\n");
|
||||
build_context.use_llvm_api = true;
|
||||
bad_flags = true;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user