Nuke the old JIT.
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 861c999c6bb02505502ba5eed65769d569049083..c61805b63f5ece28c7eaeb5e1f78d84ee121f953 100644 (file)
@@ -1,8 +1,6 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
   TargetIntrinsicInfo.cpp
-  TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
@@ -10,9 +8,9 @@ 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})
 endforeach()
-
-add_subdirectory("AllTargetsBindings")