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:
Doug Gregor
2014-04-13 05:36:08 +00:00
parent c1fd5b5a31
commit 2d28d70bf8
7 changed files with 5 additions and 139 deletions

View File

@@ -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.