diff options
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index 52b37050240..6cb3928d51d 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -223,7 +223,6 @@ void GeneratePTHAction::ExecuteAction() { // FIXME: Don't fail this way. // FIXME: Verify that we can actually seek in the given file. llvm::llvm_report_error("PTH requires a seekable file for output!"); - ::exit(1); } llvm::raw_fd_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile()); |