From 18afec1ba6441878a1b1894314bcd3fd9a2bd038 Mon Sep 17 00:00:00 2001 From: Maxim Ostapenko Date: Thu, 6 Apr 2017 07:53:26 +0000 Subject: [PATCH] Try to fix windows buildbot after r299630 llvm-svn: 299631 --- compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc b/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc index aa146d01f925..a45b085c2a86 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc @@ -145,7 +145,7 @@ void DTLS_on_libc_memalign(void *ptr, uptr size) {} DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res) { return 0; } DTLS *DTLS_Get() { return 0; } void DTLS_Destroy() {} -bool DTLSInDestruction(DTLS *dtls) { UNREACHABLE(); } +bool DTLSInDestruction(DTLS *dtls) { return true; } #endif // SANITIZER_INTERCEPT_TLS_GET_ADDR