diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:25 +0000 |
commit | ab44ce3d598882e51a25eb82eb7ae6308de85ae6 (patch) | |
tree | 568d786a59d49bef961dcb9bd09d422701b9da5b /unittests/Support | |
parent | b5630dbadf9a2a06754194387d6b0fd9962a67f1 (diff) |
Diffstat (limited to 'unittests/Support')
-rw-r--r-- | unittests/Support/CrashRecoveryTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unittests/Support/CrashRecoveryTest.cpp b/unittests/Support/CrashRecoveryTest.cpp index 33d87a1c0e4a..e9ffd1f8871f 100644 --- a/unittests/Support/CrashRecoveryTest.cpp +++ b/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; |