X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FCMakeLists.txt;h=c61805b63f5ece28c7eaeb5e1f78d84ee121f953;hb=4919b697c2f893e3f6a541c1e3fa3f74997a19bb;hp=5913a9c4ccdd2666579b279fe32c6bfeb6dcaef1;hpb=d6b7b8f49b0554b82165ecef07de7e9c0c5eeb42;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 5913a9c4ccd..c61805b63f5 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,19 +1,15 @@ add_llvm_library(LLVMTarget - Mangler.cpp Target.cpp - TargetData.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})