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

25 lines
362 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
DebugInfoDWARF
Core
MC
IPO
MCDisassembler
Object
ProfileData
Support
Symbolize
TargetParser
)
add_llvm_tool(llvm-profgen
llvm-profgen.cpp
PerfReader.cpp
CSPreInliner.cpp
ProfiledBinary.cpp
ProfileGenerator.cpp
MissingFrameInferrer.cpp
)