mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove Objective-C selector splitting options.
We're not going this way. Swift SVN r27717
This commit is contained in:
@@ -118,7 +118,6 @@ static void addCommonFrontendArgs(const ToolChain &TC,
|
||||
inputArgs.AddLastArg(arguments, options::OPT_nostdimport);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_parse_stdlib);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_resource_dir);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_split_objc_selectors);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_solver_memory_threshold);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_profile_generate);
|
||||
inputArgs.AddLastArg(arguments, options::OPT_profile_coverage_mapping);
|
||||
|
||||
Reference in New Issue
Block a user