xref: /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/CMakeLists.txt (revision 82d56013d7b633d116a93943de88e08335357a7c)
1*82d56013Sjoergadd_llvm_component_library(LLVMProfileData
27330f729Sjoerg  GCOV.cpp
37330f729Sjoerg  InstrProf.cpp
47330f729Sjoerg  InstrProfReader.cpp
57330f729Sjoerg  InstrProfWriter.cpp
67330f729Sjoerg  ProfileSummaryBuilder.cpp
77330f729Sjoerg  SampleProf.cpp
87330f729Sjoerg  SampleProfReader.cpp
97330f729Sjoerg  SampleProfWriter.cpp
107330f729Sjoerg
117330f729Sjoerg  ADDITIONAL_HEADER_DIRS
127330f729Sjoerg  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
137330f729Sjoerg
147330f729Sjoerg  DEPENDS
157330f729Sjoerg  intrinsics_gen
16*82d56013Sjoerg
17*82d56013Sjoerg  LINK_COMPONENTS
18*82d56013Sjoerg  Core
19*82d56013Sjoerg  Support
20*82d56013Sjoerg  Demangle
217330f729Sjoerg  )
227330f729Sjoerg
237330f729Sjoergadd_subdirectory(Coverage)
24