mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 02:16:05 +00:00
12 lines
134 B
CMake
12 lines
134 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsInfos
|
|
MC
|
|
Object
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-cxxdump
|
|
llvm-cxxdump.cpp
|
|
Error.cpp
|
|
)
|