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:
@@ -960,6 +960,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.DisableTsanInoutInstrumentation |=
|
||||
Args.hasArg(OPT_disable_tsan_inout_instrumentation);
|
||||
|
||||
Opts.ReportErrorsToDebugger |=
|
||||
Args.hasArg(OPT_report_errors_to_debugger);
|
||||
|
||||
if (FrontendOpts.InputKind == InputFileKind::IFK_SIL)
|
||||
Opts.DisableAvailabilityChecking = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user