mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Set _swift_reportFatalErrorsToDebugger to true by default and remove all the staging parts (frontend flag, irgen changes). (#11329)
This commit is contained in:
committed by
GitHub
parent
1d5400bf1a
commit
d046f3f959
@@ -975,9 +975,6 @@ 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