Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL.

llvm-svn: 127819
This commit is contained in:
Daniel Dunbar 2011-03-17 17:37:29 +00:00
parent c9388c11f1
commit 1d733e2d7e
1 changed files with 2 additions and 1 deletions

View File

@ -1905,7 +1905,8 @@ void ClangAs::ConstructJob(Compilation &C, const JobAction &JA,
!IsOpt))
CmdArgs.push_back("-relax-all");
// FIXME: Add -force_cpusubtype_ALL support, once we have it.
// Ignore explicit -force_cpusubtype_ALL option.
(void) Args.hasArg(options::OPT_force__cpusubtype__ALL);
// FIXME: Add -g support, once we have it.