forked from OSchip/llvm-project
24 lines
321 B
CMake
24 lines
321 B
CMake
|
|
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsDescs
|
|
AllTargetsDisassemblers
|
|
AllTargetsInfos
|
|
Core
|
|
MC
|
|
IPO
|
|
MCDisassembler
|
|
Object
|
|
ProfileData
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_tool(llvm-profgen
|
|
llvm-profgen.cpp
|
|
PerfReader.cpp
|
|
CSPreInliner.cpp
|
|
ProfiledBinary.cpp
|
|
ProfileGenerator.cpp
|
|
PseudoProbe.cpp
|
|
)
|