summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-31 09:58:59 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-01-31 09:58:59 +0000
commitea2d8780e9c78628fe5e3312ca4c17c054156c83 (patch)
tree72f8d01f1abf5b7c424bef6a733d003cb8764068 /cmake
parente22df330a344ddbd536e6bcbc542290953ab4a9d (diff)
downloadllvm-ea2d8780e9c78628fe5e3312ca4c17c054156c83.tar.gz
llvm-ea2d8780e9c78628fe5e3312ca4c17c054156c83.tar.bz2
llvm-ea2d8780e9c78628fe5e3312ca4c17c054156c83.tar.xz
Annotate BumpPtrAllocator for MemorySanitizer.
This change adds MemorySanitizer annotations to BumpPtrAllocator to improve report quality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index c625b871e4..a313e9cbb0 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -54,6 +54,7 @@ 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(setjmp.h HAVE_SETJMP_H)
check_include_file(signal.h HAVE_SIGNAL_H)
check_include_file(stdint.h HAVE_STDINT_H)