[Support] Move ItaniumManglingCanonicalizer and SymbolRemappingReader from Support...
[llvm-project.git] / llvm / lib / ProfileData / CMakeLists.txt
blob99617a43fee75013e847cd886d179e7aa52ad8c6
1 add_llvm_component_library(LLVMProfileData
2   GCOV.cpp
3   InstrProf.cpp
4   InstrProfCorrelator.cpp
5   InstrProfReader.cpp
6   InstrProfWriter.cpp
7   ItaniumManglingCanonicalizer.cpp
8   MemProf.cpp
9   ProfileSummaryBuilder.cpp
10   RawMemProfReader.cpp
11   SampleProf.cpp
12   SampleProfReader.cpp
13   SampleProfWriter.cpp
14   SymbolRemappingReader.cpp
16   ADDITIONAL_HEADER_DIRS
17   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
19   DEPENDS
20   intrinsics_gen
22   LINK_COMPONENTS
23   Core
24   Object
25   Support
26   Demangle
27   Symbolize
28   DebugInfoDWARF
29   TargetParser
30   )
32 add_subdirectory(Coverage)