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