[PATCH] D73251: [runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 17:01:29 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb1da8eba60f6: [runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS (authored by smeenai).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73251/new/
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.240733.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200128/4d960a88/attachment.bin>
More information about the llvm-commits
mailing list