forked from OSchip/llvm-project
parent
40762fec73
commit
d2add35d9d
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue