From 792d4b1559b14c7c8b11e7378cd7320454a82bd4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 5 Mar 2014 13:55:32 +0000 Subject: [PATCH] tsan: add missing header file to sanitizer_common cmake file llvm-svn: 202979 --- compiler-rt/lib/sanitizer_common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/sanitizer_common/CMakeLists.txt b/compiler-rt/lib/sanitizer_common/CMakeLists.txt index 04ac23bcc6de..62cf826c2f60 100644 --- a/compiler-rt/lib/sanitizer_common/CMakeLists.txt +++ b/compiler-rt/lib/sanitizer_common/CMakeLists.txt @@ -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