mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
b0362616c3
Debug BUILD_SHARED_LIBS build was broken by rL332305 Differential Revision: https://reviews.llvm.org/D46859 llvm-svn: 332315
22 lines
289 B
CMake
22 lines
289 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmParsers
|
|
AllTargetsDescs
|
|
AllTargetsInfos
|
|
BinaryFormat
|
|
Core
|
|
Demangle
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-nm
|
|
llvm-nm.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|
|
|
|
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
|
|
add_llvm_tool_symlink(nm llvm-nm)
|
|
endif()
|