forked from OSchip/llvm-project
parent
a750e8e6d8
commit
7c87433513
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue