repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LV] Pull creation of trip counts into a helper function.
[llvm-core.git]
/
tools
/
llvm-nm
/
CMakeLists.txt
blob
20293bb88f05041d0e6031cff06e629ec9dac221
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Core
4
Object
5
Support
6
)
7
8
add_llvm_tool(llvm-nm
9
llvm-nm.cpp
10
)