43 lines · plain
1add_llvm_component_library(LLVMProfileData2 DataAccessProf.cpp3 GCOV.cpp4 IndexedMemProfData.cpp5 InstrProf.cpp6 InstrProfCorrelator.cpp7 InstrProfReader.cpp8 InstrProfWriter.cpp9 ItaniumManglingCanonicalizer.cpp10 MemProf.cpp11 MemProfCommon.cpp12 MemProfReader.cpp13 MemProfRadixTree.cpp14 MemProfSummary.cpp15 MemProfSummaryBuilder.cpp16 PGOCtxProfReader.cpp17 PGOCtxProfWriter.cpp18 ProfileSummaryBuilder.cpp19 SampleProf.cpp20 SampleProfReader.cpp21 SampleProfWriter.cpp22 SymbolRemappingReader.cpp23 24 ADDITIONAL_HEADER_DIRS25 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData26 27 DEPENDS28 intrinsics_gen29 30 LINK_COMPONENTS31 BitstreamReader32 Core33 Object34 Support35 Demangle36 Symbolize37 DebugInfoDWARF38 DebugInfoDWARFLowLevel39 TargetParser40 )41 42add_subdirectory(Coverage)43