diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-06-09 00:53:41 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-06-09 00:53:41 +0000 |
commit | dfed58a527bf9e47054b780270ea0e5398bcbe2d (patch) | |
tree | 4642b6b58ebc2fa07af940f61b92b8edf54b4877 /clang/tools/driver/cc1as_main.cpp | |
parent | 2ad6d48b0c631d7fa8416c07f8b47f167cfd2fd8 (diff) | |
download | bcm5719-llvm-dfed58a527bf9e47054b780270ea0e5398bcbe2d.tar.gz bcm5719-llvm-dfed58a527bf9e47054b780270ea0e5398bcbe2d.zip |
Update to match LLVM r272232.
llvm-svn: 272233
Diffstat (limited to 'clang/tools/driver/cc1as_main.cpp')
-rw-r--r-- | clang/tools/driver/cc1as_main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/tools/driver/cc1as_main.cpp b/clang/tools/driver/cc1as_main.cpp index 1c032c09ef6..2d17be99e2d 100644 --- a/clang/tools/driver/cc1as_main.cpp +++ b/clang/tools/driver/cc1as_main.cpp @@ -43,10 +43,8 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/Host.h" -#include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" -#include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/Signals.h" #include "llvm/Support/SourceMgr.h" #include "llvm/Support/TargetRegistry.h" @@ -450,11 +448,6 @@ static void LLVMErrorHandler(void *UserData, const std::string &Message, } int cc1as_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { - // Print a stack trace if we signal out. - sys::PrintStackTraceOnErrorSignal(); - PrettyStackTraceProgram X(Argv.size(), Argv.data()); - llvm_shutdown_obj Y; // Call llvm_shutdown() on exit. - // Initialize targets and assembly printers/parsers. InitializeAllTargetInfos(); InitializeAllTargetMCs(); |