mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
typo
llvm-svn: 89949
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user