Normalize makefile comments and sort cmake file lists.
[oota-llvm.git] / lib / Target / PIC16 / CMakeLists.txt
index 029a7511fdda10caf7eb52a948547e40623c8aa4..0ee88f9cda6f00f61324693af628cbe6e6de758c 100644 (file)
@@ -11,13 +11,14 @@ tablegen(PIC16GenCallingConv.inc -gen-callingconv)
 tablegen(PIC16GenSubtarget.inc -gen-subtarget)
 
 add_llvm_target(PIC16
-  PIC16AsmPrinter.cpp
-  PIC16ConstantPoolValue.cpp
+  PIC16DebugInfo.cpp
   PIC16InstrInfo.cpp
   PIC16ISelDAGToDAG.cpp
   PIC16ISelLowering.cpp
+  PIC16MemSelOpt.cpp
+  PIC16MCAsmInfo.cpp
   PIC16RegisterInfo.cpp
   PIC16Subtarget.cpp
-  PIC16TargetAsmInfo.cpp
   PIC16TargetMachine.cpp
+  PIC16TargetObjectFile.cpp
   )