forked from OSchip/llvm-project
tsan: add missing header file to sanitizer_common cmake file
llvm-svn: 202979
This commit is contained in:
parent
77764b6d4c
commit
792d4b1559
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue