aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Frontend')
-rw-r--r--lib/Frontend/FrontendActions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp
index 52b3705024..6cb3928d51 100644
--- a/lib/Frontend/FrontendActions.cpp
+++ b/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());