Remove unnecessary test for Darwin and update testcase to be a little less
[oota-llvm.git] / cmake / config-ix.cmake
index 93aeae1003206ef99635e92b4d6bf6ed71272f97..5b945d1220994287e13d31122f1b3db32a6d742d 100755 (executable)
@@ -51,7 +51,6 @@ check_include_file(ndir.h HAVE_NDIR_H)
 if( NOT PURE_WINDOWS )
   check_include_file(pthread.h HAVE_PTHREAD_H)
 endif()
-check_include_file(sanitizer/msan_interface.h HAVE_SANITIZER_MSAN_INTERFACE_H)
 check_include_file(signal.h HAVE_SIGNAL_H)
 check_include_file(stdint.h HAVE_STDINT_H)
 check_include_file(sys/dir.h HAVE_SYS_DIR_H)