[C++11] Mark more classes in the X86 target as 'final'.
[oota-llvm.git] / lib / Target / CMakeLists.txt
index cc2462551e113546f192b5c2d781f2760c6453b2..06a74d7208100dec74466d24d688f5937339d485 100644 (file)
@@ -1,18 +1,16 @@
 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
   )
 
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
+
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(${t})