CostModel: We have API for checking the costs of known shuffles. This patch adds
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 60e21895b35f1e9719b807591b5d7ddce59643ca..c87a33a8b99374ec19883d7879014a04a541ab11 100644 (file)
@@ -1,22 +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
+  TargetTransformImpl.cpp
   )
 
 foreach(t ${LLVM_TARGETS_TO_BUILD})