forked from OSchip/llvm-project
parent
2552acd945
commit
a15c90e998
|
@ -113,7 +113,7 @@ if(HAVE_LIBPTHREAD)
|
|||
endif()
|
||||
|
||||
# Don't look for these libraries on Windows. Also don't look for them if we're
|
||||
# using MSan, since uninstrmented third party code may call MSan interceptors
|
||||
# using MSan, since uninstrumented third party code may call MSan interceptors
|
||||
# like strlen, leading to false positives.
|
||||
if( NOT PURE_WINDOWS AND NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
|
||||
if (LLVM_ENABLE_ZLIB)
|
||||
|
|
Loading…
Reference in New Issue