Reid Kleckner b3a6d096d7 Fix shlib builds for all lib/Target/*/TargetInfo libs
They all must depend on MC now that the target registry is in MC.
Also fix llvm-cxxdump
2021-10-08 15:21:13 -07:00

12 lines
134 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsInfos
MC
Object
Support
)
add_llvm_tool(llvm-cxxdump
llvm-cxxdump.cpp
Error.cpp
)