mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
f1c707db2c
llvm-vtabledump has grown enough functionality not related to vtables that it deserves a name which is more descriptive. llvm-svn: 232301
11 lines
138 B
CMake
11 lines
138 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-cxxdump
|
|
llvm-cxxdump.cpp
|
|
Error.cpp
|
|
)
|