Set _swift_reportFatalErrorsToDebugger to true by default and remove all the staging parts (frontend flag, irgen changes). (#11329)

This commit is contained in:
Kuba (Brecka) Mracek
2017-08-03 15:23:23 -07:00
committed by GitHub
parent 1d5400bf1a
commit d046f3f959
6 changed files with 1 additions and 38 deletions

View File

@@ -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;