Remove use_llvm_api related checks and other related things

This commit is contained in:
gingerBill
2021-04-25 20:03:05 +01:00
parent 74c683e908
commit cb2e6ea31d
8 changed files with 13 additions and 109 deletions

View File

@@ -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;