X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FCMakeLists.txt;h=02ac493b42150ad380b6fbaf524a757792d18d2e;hb=65ddcfa8c1c05aeecd9d4fb062bb121e376aaceb;hp=60e21895b35f1e9719b807591b5d7ddce59643ca;hpb=7b1dd9aaf10e5e7db2c29c7e4cf187b0dff6304e;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 60e21895b35..02ac493b421 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,24 +1,15 @@ 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 - ) - foreach(t ${LLVM_TARGETS_TO_BUILD}) message(STATUS "Targeting ${t}") add_subdirectory(${t})