X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FCMakeLists.txt;h=d0f10a19a0f4de4cf78c9a8aa952a722af5d823e;hb=3163865f01793ce7652b37ff8294db62aa6c6e42;hp=87162dc5bf719d80fc195358a05f021f3f22ad22;hpb=bda134910ab021c647ed05bfba8176cba4696c82;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 87162dc5bf7..d0f10a19a0f 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,3 +1,5 @@ +list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen) + add_llvm_library(LLVMTarget Target.cpp TargetIntrinsicInfo.cpp @@ -7,8 +9,6 @@ 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})