llvm-svn: 89949
This commit is contained in:
Gabor Greif 2009-11-26 15:18:50 +00:00
parent 40762fec73
commit d2add35d9d
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ void GeneratePTHAction::ExecuteAction() {
CI.getFrontendOpts().OutputFile == "-") {
// FIXME: Don't fail this way.
// FIXME: Verify that we can actually seek in the given file.
llvm::llvm_report_error("PTH requires an seekable file for output!");
llvm::llvm_report_error("PTH requires a seekable file for output!");
::exit(1);
}
llvm::raw_fd_ostream *OS =