summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-20 11:37:03 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-20 11:37:03 +0000
commitb584e193b59701a4aaf3173cbe5ae022b3f53843 (patch)
tree6219430850bb2fc0c7743fdcfcb9193adf82c498 /cmake/config-ix.cmake
parent91ba049ec3db8234b7e096ae928d3424dd54d3ba (diff)
downloadllvm-b584e193b59701a4aaf3173cbe5ae022b3f53843.tar.gz
llvm-b584e193b59701a4aaf3173cbe5ae022b3f53843.tar.bz2
llvm-b584e193b59701a4aaf3173cbe5ae022b3f53843.tar.xz
Unconditionally include msan_interface.h when building with MSan.
Any version of Clang that does not provide this header is way too old to bootstrap with MSan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 93aeae1003..5b945d1220 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -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)