mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'apple/master' into master-rebranch
This commit is contained in:
@@ -1128,6 +1128,8 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Opts.AssumeSingleThreaded = true;
|
||||
}
|
||||
|
||||
Opts.IgnoreAlwaysInline |= Args.hasArg(OPT_ignore_always_inline);
|
||||
|
||||
// Parse the assert configuration identifier.
|
||||
if (const Arg *A = Args.getLastArg(OPT_AssertConfig)) {
|
||||
StringRef Configuration = A->getValue();
|
||||
|
||||
Reference in New Issue
Block a user