Revert "[AArch64] Added vselect patterns with float and double types"
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 60e21895b35f1e9719b807591b5d7ddce59643ca..c2f704f133449e9e4ade437b829af8832733066d 100644 (file)
@@ -1,24 +1,14 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
-  TargetData.cpp
-  TargetELFWriterInfo.cpp
-  TargetFrameLowering.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
+  TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
-  TargetRegisterInfo.cpp
+  TargetMachineC.cpp
   TargetSubtargetInfo.cpp
   )
 
-add_llvm_library_dependencies(LLVMTarget
-  LLVMCore
-  LLVMMC
-  LLVMSupport
-  )
-
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(${t})