Skip to content

Commit 680d151

Browse files
authored
Return back the '-report-errors-to-debugger' frontend flag to support custom toolchains from master in Xcode. (#12218)
1 parent 69846cf commit 680d151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/swift/Option/FrontendOptions.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ def disable_tsan_inout_instrumentation : Flag<["-"],
298298
"disable-tsan-inout-instrumentation">,
299299
HelpText<"Disable treatment of inout parameters as Thread Sanitizer accesses">;
300300

301+
def report_errors_to_debugger : Flag<["-"], "report-errors-to-debugger">,
302+
HelpText<"Deprecated, will be removed in future versions.">;
303+
301304
def enable_infer_import_as_member :
302305
Flag<["-"], "enable-infer-import-as-member">,
303306
HelpText<"Infer when a global could be imported as a member">;

0 commit comments

Comments
 (0)