зеркало из https://github.com/microsoft/clang-1.git
Driver: Ignore -force_cpusubtype_ALL.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
aa5f135f8d
Коммит
d02bba8e2a
|
@ -840,6 +840,9 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Also ignore explicit -force_cpusubtype_ALL option.
|
||||
(void) Args.hasArg(options::OPT_force__cpusubtype__ALL);
|
||||
} else if (isa<PrecompileJobAction>(JA)) {
|
||||
// Use PCH if the user requested it.
|
||||
bool UsePCH = D.CCCUsePCH;
|
||||
|
|
Загрузка…
Ссылка в новой задаче