mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Change -solver-memory-threshold into a frontend flag for consistency with the others
This commit is contained in:
@@ -1944,7 +1944,7 @@ static bool ParseTypeCheckerArgs(TypeCheckerOptions &Opts, ArgList &Args,
|
||||
Opts.SwitchCheckingInvocationThreshold);
|
||||
setUnsignedIntegerArgument(OPT_debug_constraints_attempt,
|
||||
Opts.DebugConstraintSolverAttempt);
|
||||
setUnsignedIntegerArgument(OPT_solver_memory_threshold,
|
||||
setUnsignedIntegerArgument(OPT_solver_memory_threshold_EQ,
|
||||
Opts.SolverMemoryThreshold);
|
||||
setUnsignedIntegerArgument(OPT_solver_scope_threshold_EQ,
|
||||
Opts.SolverScopeThreshold);
|
||||
|
||||
Reference in New Issue
Block a user