[PATCH] D56112: [clang-offload-bundler] Added install component

Vyacheslav Zakharin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 27 14:36:51 PST 2018


vzakhari created this revision.
vzakhari added a reviewer: chandlerc.
Herald added subscribers: cfe-commits, mgorny.

Allow selective install of clang-offload-bundler


Repository:
  rC Clang

https://reviews.llvm.org/D56112

Files:
  CMakeLists.txt


Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -22,4 +22,7 @@
   ${CLANG_OFFLOAD_BUNDLER_LIB_DEPS}
   )

-install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin)
+install(TARGETS clang-offload-bundler
+  COMPONENT clang-offload-bundler
+  RUNTIME DESTINATION bin
+  )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56112.179584.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181227/67046f77/attachment.bin>


More information about the cfe-commits mailing list