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
[ThinLTO] Add code comment. NFC
[llvm-core.git]
/
tools
/
llvm-nm
/
CMakeLists.txt
blob
42699bf9029ed8285dc687086e8972c03c914251
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsInfos
5
BinaryFormat
6
Core
7
Demangle
8
Object
9
Support
10
TextAPI
11
)
12
13
add_llvm_tool(llvm-nm
14
llvm-nm.cpp
15
16
DEPENDS
17
intrinsics_gen
18
)
19
20
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
21
add_llvm_tool_symlink(nm llvm-nm)
22
endif()