[compiler-rt] r202979 - tsan: add missing header file to sanitizer_common cmake file
Dmitry Vyukov
dvyukov at google.com
Wed Mar 5 05:55:33 PST 2014
Author: dvyukov
Date: Wed Mar 5 07:55:32 2014
New Revision: 202979
URL: http://llvm.org/viewvc/llvm-project?rev=202979&view=rev
Log:
tsan: add missing header file to sanitizer_common cmake file
Modified:
compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt
Modified: compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt?rev=202979&r1=202978&r2=202979&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/sanitizer_common/CMakeLists.txt Wed Mar 5 07:55:32 2014
@@ -41,6 +41,7 @@ set(SANITIZER_LIBCDEP_SOURCES
# included in sanitizer_common source files, but we need to depend on
# headers when building our custom unit tests.
set(SANITIZER_HEADERS
+ sanitizer_addrhashmap.h
sanitizer_allocator.h
sanitizer_allocator_internal.h
sanitizer_atomic.h
More information about the llvm-commits
mailing list