This patch renames RawMemProfReader.{cpp,h} to MemProfReader.{cpp,h},
respectively. Also, it re-creates RawMemProfReader.h just to include
MemProfReader.h for compatibility with out-of-tree users.
33 lines
558 B
CMake
33 lines
558 B
CMake
add_llvm_component_library(LLVMProfileData
|
|
GCOV.cpp
|
|
InstrProf.cpp
|
|
InstrProfCorrelator.cpp
|
|
InstrProfReader.cpp
|
|
InstrProfWriter.cpp
|
|
ItaniumManglingCanonicalizer.cpp
|
|
MemProf.cpp
|
|
MemProfReader.cpp
|
|
ProfileSummaryBuilder.cpp
|
|
SampleProf.cpp
|
|
SampleProfReader.cpp
|
|
SampleProfWriter.cpp
|
|
SymbolRemappingReader.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
|
|
LINK_COMPONENTS
|
|
Core
|
|
Object
|
|
Support
|
|
Demangle
|
|
Symbolize
|
|
DebugInfoDWARF
|
|
TargetParser
|
|
)
|
|
|
|
add_subdirectory(Coverage)
|