Remove a FIXME, use -emit-pth to drive PTH generation.

-  c.f. r68164

llvm-svn: 68184
This commit is contained in:
Daniel Dunbar 2009-04-01 03:28:10 +00:00
parent c473a44507
commit 2ec6e8e2ba
1 changed files with 1 additions and 3 deletions

View File

@ -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.");