• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMProfileData
2  GCOV.cpp
3  InstrProf.cpp
4  InstrProfCorrelator.cpp
5  InstrProfReader.cpp
6  InstrProfWriter.cpp
7  MemProf.cpp
8  ProfileSummaryBuilder.cpp
9  SampleProf.cpp
10  SampleProfReader.cpp
11  SampleProfWriter.cpp
12  RawMemProfReader.cpp
13
14  ADDITIONAL_HEADER_DIRS
15  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
16
17  DEPENDS
18  intrinsics_gen
19
20  LINK_COMPONENTS
21  Core
22  Object
23  Support
24  Demangle
25  Symbolize
26  DebugInfoDWARF
27  TargetParser
28  )
29
30add_subdirectory(Coverage)
31