X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FCMakeLists.txt;h=e6d0199952f403c6c998fa70d95b816441997466;hb=b10121bd9d277ab2483d14e00f49a4fa23b6ba82;hp=02ac493b42150ad380b6fbaf524a757792d18d2e;hpb=6bba6bb12f020206baf242ca6b76e1609cdf0d4b;p=oota-llvm.git diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 02ac493b421..e6d0199952f 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,13 +1,16 @@ +list(APPEND LLVM_COMMON_DEPENDS intrinsics_gen) + add_llvm_library(LLVMTarget - Mangler.cpp Target.cpp TargetIntrinsicInfo.cpp - TargetJITInfo.cpp - TargetLibraryInfo.cpp TargetLoweringObjectFile.cpp TargetMachine.cpp TargetMachineC.cpp + TargetRecip.cpp TargetSubtargetInfo.cpp + + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/Target ) foreach(t ${LLVM_TARGETS_TO_BUILD})