mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-13 00:11:56 +00:00
![David Majnemer](/assets/img/avatar_default.png)
llvm-vtabledump has grown enough functionality not related to vtables that it deserves a name which is more descriptive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232301 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|