Try to fix windows buildbot after r299630
authorMaxim Ostapenko <chefmax7@gmail.com>
Thu, 6 Apr 2017 07:53:26 +0000 (07:53 +0000)
committerMaxim Ostapenko <chefmax7@gmail.com>
Thu, 6 Apr 2017 07:53:26 +0000 (07:53 +0000)
llvm-svn: 299631

compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc

index aa146d0..a45b085 100644 (file)
@@ -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