X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FCMakeLists.txt;h=06a74d7208100dec74466d24d688f5937339d485;hb=cc59c3f33500022940a12522a877204a70718866;hp=02ac493b42150ad380b6fbaf524a757792d18d2e;hpb=bfcd45cfe114311b32b171c529fd387dd8eac55f;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 02ac493b421..06a74d72081 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,5 +1,4 @@ add_llvm_library(LLVMTarget - Mangler.cpp Target.cpp TargetIntrinsicInfo.cpp TargetJITInfo.cpp @@ -10,6 +9,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})