mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add -debugger-support to permit the inevitable series of exceptions
and special-cases that we want to permit when parsing for the debugger. Swift SVN r13754
This commit is contained in:
@@ -475,6 +475,10 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.DebugConstraintSolver = true;
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_debugger_support)) {
|
||||
Opts.DebuggerSupport = true;
|
||||
}
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_debug_constraints_attempt)) {
|
||||
unsigned attempt;
|
||||
if (StringRef(A->getValue()).getAsInteger(10, attempt)) {
|
||||
|
||||
Reference in New Issue
Block a user