Try to fix windows buildbot after r299630

llvm-svn: 299631
This commit is contained in:
Maxim Ostapenko 2017-04-06 07:53:26 +00:00
parent fe863a6510
commit 18afec1ba6
1 changed files with 1 additions and 1 deletions

View 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