mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add a command line flag for removing cond_fails in SIL.
Swift SVN r15432
This commit is contained in:
@@ -668,6 +668,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
llvm_unreachable("Unknown SIL linking option!");
|
||||
}
|
||||
|
||||
Opts.RemoveRuntimeAsserts = Args.hasArg(OPT_remove_runtime_asserts);
|
||||
Opts.EnableARCOptimizations = !Args.hasArg(OPT_disable_arc_opts);
|
||||
Opts.VerifyAll = Args.hasArg(OPT_sil_verify_all);
|
||||
Opts.PrintAll = Args.hasArg(OPT_sil_print_all);
|
||||
|
||||
Reference in New Issue
Block a user