[C++11] Mark more classes in the X86 target as 'final'.
[oota-llvm.git] / lib / Target / CMakeLists.txt
index 096ef001ed30f9d56bc5513e6d881ace4822620d..06a74d7208100dec74466d24d688f5937339d485 100644 (file)
@@ -1,18 +1,16 @@
 add_llvm_library(LLVMTarget
-  Mangler.cpp
   Target.cpp
-  TargetELFWriterInfo.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
   TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
   TargetMachineC.cpp
-  TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
   )
 
+list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen)
+
 foreach(t ${LLVM_TARGETS_TO_BUILD})
   message(STATUS "Targeting ${t}")
   add_subdirectory(${t})