Add internal flag

`-internal-fast-isel`
This commit is contained in:
gingerBill
2024-09-09 14:39:53 +01:00
parent 75dd562a0a
commit 0dddd2b97e
3 changed files with 11 additions and 0 deletions

View File

@@ -430,6 +430,7 @@ struct BuildContext {
bool json_errors;
bool has_ansi_terminal_colours;
bool fast_isel;
bool ignore_lazy;
bool ignore_llvm_build;
bool ignore_panic;