mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove the language/driver/frontend options to enable/disable mangled names for the ObjC runtime.
Burn the bridges! Swift SVN r16277
This commit is contained in:
@@ -508,12 +508,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableExperimentalPatterns = true;
|
||||
}
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_enable_objc_mangling,
|
||||
OPT_disable_objc_mangling)) {
|
||||
Opts.MangleObjCClassProtocolNames
|
||||
= A->getOption().matches(OPT_enable_objc_mangling);
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_debug_constraints)) {
|
||||
Opts.DebugConstraintSolver = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user