Files
clang-p2996/llvm/lib/Target/PowerPC/TargetInfo/CMakeLists.txt
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

11 lines
135 B
CMake

add_llvm_component_library(LLVMPowerPCInfo
PowerPCTargetInfo.cpp
LINK_COMPONENTS
MC
Support
ADD_TO_COMPONENT
PowerPC
)