projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bcbaa
)
[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
author
Lang Hames
<lhames@gmail.com>
Thu, 21 Nov 2019 01:50:22 +0000
(17:50 -0800)
committer
Lang Hames
<lhames@gmail.com>
Thu, 21 Nov 2019 01:50:22 +0000
(17:50 -0800)
llvm/lib/Support/Error.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Support/Error.cpp
b/llvm/lib/Support/Error.cpp
index 27e0a49e9b80165b0db41e2283d4e363ee1cf6f5..315a11e967d14d1ae647b3ad0ef56e04febe0bee 100644
(file)
--- 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