diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-05-26 20:50:49 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-05-26 20:50:49 +0000 |
commit | e55b4124df4c69f6d7f6027c0921f0a0cf5cafd0 (patch) | |
tree | 9ad649078245ab07fdad0dc21df11e55b8ebf74d /llvm/unittests/Support/CrashRecoveryTest.cpp | |
parent | b2ff8dfea0664584630cc940793992235d7d8537 (diff) | |
download | bcm5719-llvm-e55b4124df4c69f6d7f6027c0921f0a0cf5cafd0.tar.gz bcm5719-llvm-e55b4124df4c69f6d7f6027c0921f0a0cf5cafd0.zip |
allow_user_segv_handler was already removed
New default behavior matches previous allow_user_segv_handler=1
llvm-svn: 304032
Diffstat (limited to 'llvm/unittests/Support/CrashRecoveryTest.cpp')
-rw-r--r-- | llvm/unittests/Support/CrashRecoveryTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/Support/CrashRecoveryTest.cpp b/llvm/unittests/Support/CrashRecoveryTest.cpp index 33d87a1c0e4..e9ffd1f8871 100644 --- a/llvm/unittests/Support/CrashRecoveryTest.cpp +++ b/llvm/unittests/Support/CrashRecoveryTest.cpp @@ -17,10 +17,6 @@ #include <windows.h> #endif -extern "C" const char *__asan_default_options() { - return "allow_user_segv_handler=1"; -} - using namespace llvm; using namespace llvm::sys; |