summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Support/Error.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/Error.cpp b/llvm/lib/Support/Error.cpp
index 27e0a49e9b8..315a11e967d 100644
--- a/llvm/lib/Support/Error.cpp
+++ b/llvm/lib/Support/Error.cpp
@@ -10,7 +10,6 @@
#include "llvm/ADT/Twine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/Signals.h"
#include <system_error>
using namespace llvm;
@@ -110,7 +109,6 @@ void Error::fatalUncheckedError() const {
}else
dbgs() << "Error value was Success. (Note: Success values must still be "
"checked prior to being destroyed).\n";
- PrintStackTrace();
abort();
}
#endif
OpenPOWER on IntegriCloud