mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Return back the '-report-errors-to-debugger' frontend flag to support custom toolchains from master in Xcode. (#12218)
This commit is contained in:
committed by
GitHub
parent
69846cf5bc
commit
680d151963
@@ -298,6 +298,9 @@ def disable_tsan_inout_instrumentation : Flag<["-"],
|
||||
"disable-tsan-inout-instrumentation">,
|
||||
HelpText<"Disable treatment of inout parameters as Thread Sanitizer accesses">;
|
||||
|
||||
def report_errors_to_debugger : Flag<["-"], "report-errors-to-debugger">,
|
||||
HelpText<"Deprecated, will be removed in future versions.">;
|
||||
|
||||
def enable_infer_import_as_member :
|
||||
Flag<["-"], "enable-infer-import-as-member">,
|
||||
HelpText<"Infer when a global could be imported as a member">;
|
||||
|
||||
Reference in New Issue
Block a user