bolt/deps/llvm-18.1.8/llvm/lib/ProfileData/CMakeLists.txt
2025-02-14 19:21:04 +01:00

32 lines
561 B
CMake

add_llvm_component_library(LLVMProfileData
GCOV.cpp
InstrProf.cpp
InstrProfCorrelator.cpp
InstrProfReader.cpp
InstrProfWriter.cpp
ItaniumManglingCanonicalizer.cpp
MemProf.cpp
ProfileSummaryBuilder.cpp
RawMemProfReader.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)