Cross Reference: CMakeLists.txt
xref
: /
external
/
llvm
/
tools
/
llvm-prof
/
CMakeLists.txt
Home
History
Annotate
Line#
Navigate
Download
only in
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS bitreader analysis)
2
3
add_llvm_tool(llvm-prof
4
llvm-prof.cpp
5
)
6