X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FTarget%2FCMakeLists.txt;h=c61805b63f5ece28c7eaeb5e1f78d84ee121f953;hb=63c2f3292eb39599313d64c639014f4422a28b45;hp=02ac493b42150ad380b6fbaf524a757792d18d2e;hpb=bfcd45cfe114311b32b171c529fd387dd8eac55f;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 02ac493b421..c61805b63f5 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,8 +1,6 @@ add_llvm_library(LLVMTarget - Mangler.cpp Target.cpp TargetIntrinsicInfo.cpp - TargetJITInfo.cpp TargetLibraryInfo.cpp TargetLoweringObjectFile.cpp TargetMachine.cpp @@ -10,6 +8,8 @@ add_llvm_library(LLVMTarget TargetSubtargetInfo.cpp ) +list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen) + foreach(t ${LLVM_TARGETS_TO_BUILD}) message(STATUS "Targeting ${t}") add_subdirectory(${t})