2013-11-28 14:53:30 +00:00

6 lines
118 B
CMake

add_llvm_library(LLVMPowerPCInfo
PowerPCTargetInfo.cpp
)
add_dependencies(LLVMPowerPCInfo PowerPCCommonTableGen)