[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / ProfileData / CMakeLists.txt
blob2a377e4d74d379c55d92934365627b854df33792
1 add_llvm_component_library(LLVMProfileData
2   GCOV.cpp
3   InstrProf.cpp
4   InstrProfReader.cpp
5   InstrProfWriter.cpp
6   ProfileSummaryBuilder.cpp
7   SampleProf.cpp
8   SampleProfReader.cpp
9   SampleProfWriter.cpp
11   ADDITIONAL_HEADER_DIRS
12   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
14   DEPENDS
15   intrinsics_gen
17   LINK_COMPONENTS
18   Core
19   Support
20   Demangle
21   )
23 add_subdirectory(Coverage)