[mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather than...
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 5913a9c4ccdd2666579b279fe32c6bfeb6dcaef1..06a74d7208100dec74466d24d688f5937339d485 100644 (file)
@@ -1,19 +1,16 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
-  TargetData.cpp
-  TargetELFWriterInfo.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
   TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
   TargetMachineC.cpp
-  TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
   )
 
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
+
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(${t})