From: NAKAMURA Takumi Date: Sun, 16 Feb 2014 12:14:24 +0000 (+0000) Subject: llvmbuild: Exclude disabled targets from LLVMExports.cmake. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a938c514445e91e85a6b766a1298a5e992b2d4bd llvmbuild: Exclude disabled targets from LLVMExports.cmake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201490 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvm-build/llvmbuild/main.py b/utils/llvm-build/llvmbuild/main.py index 2a102477431..6cb5c12f354 100644 --- a/utils/llvm-build/llvmbuild/main.py +++ b/utils/llvm-build/llvmbuild/main.py @@ -599,6 +599,11 @@ set_property(GLOBAL PROPERTY LLVMBUILD_LIB_DEPS_%s %s)\n""" % ( if ci.type_name != 'Library': continue + # Skip disabled targets. + tg = ci.get_parent_target_group() + if tg and not tg.enabled: + continue + f.write("""\ set_property(TARGET %s PROPERTY IMPORTED_LINK_INTERFACE_LIBRARIES %s)\n""" % ( ci.get_prefixed_library_name(), " ".join(sorted(