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
Remove the default clause from a fully-covering switch
[llvm-core.git]
/
tools
/
llvm-nm
/
CMakeLists.txt
blob
08bcd5f3089803301f1c0c60c079d9da7c1fe0e4
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsInfos
5
Core
6
Demangle
7
Object
8
Support
9
)
10
11
add_llvm_tool(llvm-nm
12
llvm-nm.cpp
13
14
DEPENDS
15
intrinsics_gen
16
)