[PATCH] D73251: [runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 22:43:09 PST 2020


smeenai created this revision.
smeenai added reviewers: compnerd, beanz, phosek, plotfi.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

The installation target we create should trigger the corresponding
installation target in the runtimes external project.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73251

Files:
  llvm/runtimes/CMakeLists.txt


Index: llvm/runtimes/CMakeLists.txt
===================================================================
--- llvm/runtimes/CMakeLists.txt
+++ llvm/runtimes/CMakeLists.txt
@@ -430,7 +430,7 @@
 
     foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
       set(${component}-${name} ${component})
-      set(install-${component}-${name} ${component})
+      set(install-${component}-${name} install-${component})
       list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name})
     endforeach()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73251.239779.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/2d883761/attachment.bin>


More information about the llvm-commits mailing list