diff options
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; |