[mips] For N32/N64, structs must be passed in the upper bits of a register.
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 48df199437be6b0a29b74231d9ade6747d1a01e4..c61805b63f5ece28c7eaeb5e1f78d84ee121f953 100644 (file)
@@ -1,19 +1,15 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
-  TargetELFWriterInfo.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
-  TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
   TargetMachineC.cpp
-  TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
-  TargetTransformImpl.cpp
   )
 
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
+
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(${t})