mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -257,9 +257,6 @@ Job *Swift::constructJob(const JobAction &JA, std::unique_ptr<JobList> Inputs,
|
||||
|
||||
Args.AddLastArg(Arguments, options::OPT_module_link_name);
|
||||
|
||||
Args.AddAllArgs(Arguments, options::OPT_enable_objc_mangling,
|
||||
options::OPT_disable_objc_mangling);
|
||||
|
||||
Args.AddLastArg(Arguments, options::OPT_split_objc_selectors);
|
||||
|
||||
// Pass the optimization level down to the frontend.
|
||||
|
||||
Reference in New Issue
Block a user