Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc...
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / CMakeLists.txt
index e6529543b405a2791cf1b1da3257881db75f8af3..a1b81662115a1a3e80424db9ad1ee44a16e2806c 100644 (file)
@@ -1 +1,4 @@
-add_llvm_library(LLVMPowerPCDesc PPCMCTargetDesc.cpp)
+add_llvm_library(LLVMPowerPCDesc
+  PPCMCTargetDesc.cpp
+  PPCMCAsmInfo.cpp
+  )