forked from OSchip/llvm-project
Remove a FIXME, use -emit-pth to drive PTH generation.
- c.f. r68164 llvm-svn: 68184
This commit is contained in:
parent
c473a44507
commit
2ec6e8e2ba
|
@ -55,9 +55,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
|
|||
else
|
||||
CmdArgs.push_back("-E");
|
||||
} else if (isa<PrecompileJobAction>(JA)) {
|
||||
// No special option needed, driven by -x.
|
||||
//
|
||||
// FIXME: Don't drive this by -x, that is gross.
|
||||
CmdArgs.push_back("-emit-pth");
|
||||
} else {
|
||||
assert(isa<CompileJobAction>(JA) && "Invalid action for clang tool.");
|
||||
|
||||
|
|
Loading…
Reference in New Issue