[PATCH] D47758: [Fuchsia] Include install-distribution-stripped in bootstrap targets
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 4 20:13:16 PDT 2018
phosek created this revision.
phosek added reviewers: mcgrathr, juliehockett.
Herald added subscribers: cfe-commits, mgorny.
This enables the use of install-distribution-stripped target in the
2-stage builds.
Repository:
rC Clang
https://reviews.llvm.org/D47758
Files:
clang/cmake/caches/Fuchsia.cmake
Index: clang/cmake/caches/Fuchsia.cmake
===================================================================
--- clang/cmake/caches/Fuchsia.cmake
+++ clang/cmake/caches/Fuchsia.cmake
@@ -38,6 +38,7 @@
clang-test-depends
distribution
install-distribution
+ install-distribution-stripped
clang CACHE STRING "")
get_cmake_property(variableNames VARIABLES)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47758.149898.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180605/5c53c008/attachment.bin>
More information about the cfe-commits
mailing list