2013-12-10 19:13:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2015-10-08 06:39:17 +08:00
|
|
|
AllTargetsAsmParsers
|
|
|
|
AllTargetsDescs
|
|
|
|
AllTargetsInfos
|
2018-05-15 08:46:43 +08:00
|
|
|
BinaryFormat
|
2014-07-14 13:01:53 +08:00
|
|
|
Core
|
2017-06-30 02:29:05 +08:00
|
|
|
Demangle
|
2013-12-10 19:13:32 +08:00
|
|
|
Object
|
|
|
|
Support
|
|
|
|
)
|
2010-09-14 07:59:48 +08:00
|
|
|
|
2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_tool(llvm-nm
|
|
|
|
llvm-nm.cpp
|
2016-11-19 11:16:33 +08:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2017-11-03 05:43:32 +08:00
|
|
|
|
|
|
|
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
|
|
|
|
add_llvm_tool_symlink(nm llvm-nm)
|
|
|
|
endif()
|