[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / lib / ProfileData / CMakeLists.txt
blob1237bf77983fc8bdcd7d63b5112be54ff7a8c61b
1 add_llvm_component_library(LLVMProfileData
2   GCOV.cpp
3   InstrProf.cpp
4   InstrProfCorrelator.cpp
5   InstrProfReader.cpp
6   InstrProfWriter.cpp
7   ProfileSummaryBuilder.cpp
8   SampleProf.cpp
9   SampleProfReader.cpp
10   SampleProfWriter.cpp
11   RawMemProfReader.cpp
13   ADDITIONAL_HEADER_DIRS
14   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
16   DEPENDS
17   intrinsics_gen
19   LINK_COMPONENTS
20   Core
21   Support
22   Demangle
23   Object
24   DebugInfoDWARF
25   )
27 add_subdirectory(Coverage)