Completely rewrite ELFObjectWriter::RecordRelocation.
[oota-llvm.git] / lib / Target / SystemZ / CMakeLists.txt
index ab657f648b034348c373571db4602e588637e0b7..4da2d0f2dd59bf2969f315710ff375245c667560 100644 (file)
@@ -21,15 +21,15 @@ add_llvm_target(SystemZCodeGen
   SystemZISelLowering.cpp
   SystemZInstrInfo.cpp
   SystemZLongBranch.cpp
+  SystemZMachineFunctionInfo.cpp
   SystemZMCInstLower.cpp
   SystemZRegisterInfo.cpp
   SystemZSelectionDAGInfo.cpp
+  SystemZShortenInst.cpp
   SystemZSubtarget.cpp
   SystemZTargetMachine.cpp
   )
 
-add_dependencies(LLVMSystemZCodeGen SystemZCommonTableGen intrinsics_gen)
-
 add_subdirectory(AsmParser)
 add_subdirectory(Disassembler)
 add_subdirectory(InstPrinter)