зеркало из https://github.com/microsoft/clang.git
Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
fa41d69750
Коммит
7f6f8c8ab2
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче