mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-15 18:49:51 +00:00
11 lines
144 B
CMake
11 lines
144 B
CMake
![]() |
set(LLVM_LINK_COMPONENTS
|
||
|
${LLVM_TARGETS_TO_BUILD}
|
||
|
Object
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-vtabledump
|
||
|
llvm-vtabledump.cpp
|
||
|
Error.cpp
|
||
|
)
|