[llvm] 8e896b1 - [Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 17:51:27 PST 2019
Author: Lang Hames
Date: 2019-11-20T17:50:22-08:00
New Revision: 8e896b19ddd940254c42cfbb11ba541b22177152
URL: https://github.com/llvm/llvm-project/commit/8e896b19ddd940254c42cfbb11ba541b22177152
DIFF: https://github.com/llvm/llvm-project/commit/8e896b19ddd940254c42cfbb11ba541b22177152.diff
LOG: [Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
Added:
Modified:
llvm/lib/Support/Error.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/Error.cpp b/llvm/lib/Support/Error.cpp
index 27e0a49e9b80..315a11e967d1 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
More information about the llvm-commits
mailing list