Provide gmlt-like inline scope information in the skeleton CU to facilitate symbolica...
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 60e21895b35f1e9719b807591b5d7ddce59643ca..c61805b63f5ece28c7eaeb5e1f78d84ee121f953 100644 (file)
@@ -1,23 +1,14 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
-  TargetData.cpp
-  TargetELFWriterInfo.cpp
-  TargetFrameLowering.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
-  TargetRegisterInfo.cpp
+  TargetMachineC.cpp
   TargetSubtargetInfo.cpp
   )
 
-add_llvm_library_dependencies(LLVMTarget
-  LLVMCore
-  LLVMMC
-  LLVMSupport
-  )
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
 
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")