llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / lib / Target / CMakeLists.txt
index a85acaaa14948a270ebbfd63732a7a92216451c0..02ac493b42150ad380b6fbaf524a757792d18d2e 100644 (file)
@@ -1,16 +1,13 @@
 add_llvm_library(LLVMTarget
   Mangler.cpp
   Target.cpp
-  TargetInstrInfo.cpp
   TargetIntrinsicInfo.cpp
   TargetJITInfo.cpp
   TargetLibraryInfo.cpp
   TargetLoweringObjectFile.cpp
   TargetMachine.cpp
   TargetMachineC.cpp
-  TargetRegisterInfo.cpp
   TargetSubtargetInfo.cpp
-  TargetTransformImpl.cpp
   )
 
 foreach(t ${LLVM_TARGETS_TO_BUILD})