mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -565,6 +565,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Target.isOSDarwin());
|
||||
Opts.EnableSILOpaqueValues |= Args.hasArg(OPT_enable_sil_opaque_values);
|
||||
|
||||
Opts.VerifyAllSubstitutionMaps |= Args.hasArg(OPT_verify_all_substitution_maps);
|
||||
|
||||
Opts.UseDarwinPreStableABIBit =
|
||||
(Target.isMacOSX() && Target.isMacOSXVersionLT(10, 14, 4)) ||
|
||||
(Target.isiOS() && Target.isOSVersionLT(12, 2)) ||
|
||||
@@ -794,7 +796,7 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
|
||||
// Assumes exactly one of setMainExecutablePath() or setRuntimeIncludePath()
|
||||
// is called before setTargetTriple() and parseArgs().
|
||||
// TODO: improve the handling of RuntimeIncludePath.
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user