diff options
| -rwxr-xr-x | llvm/cmake/config-ix.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake index 2531a9effc8..e3f10361b12 100755 --- a/llvm/cmake/config-ix.cmake +++ b/llvm/cmake/config-ix.cmake @@ -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)  | 

