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
[ARM] Add support for MVE pre and post inc loads and stores
[llvm-core.git]
/
tools
/
llvm-nm
/
CMakeLists.txt
blob
07ecce4e4451f9ee4feef37ea64727200db1fb2c
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsInfos
5
BinaryFormat
6
Core
7
Demangle
8
Object
9
Support
10
)
11
12
add_llvm_tool(llvm-nm
13
llvm-nm.cpp
14
15
DEPENDS
16
intrinsics_gen
17
)
18
19
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
20
add_llvm_tool_symlink(nm llvm-nm)
21
endif()