mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
8c3cc297fe
Differential Revision: https://reviews.llvm.org/D34668 llvm-svn: 306718
17 lines
194 B
CMake
17 lines
194 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmParsers
|
|
AllTargetsDescs
|
|
AllTargetsInfos
|
|
Core
|
|
Demangle
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-nm
|
|
llvm-nm.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|