[PATCH] D90100: Add release tarballs for libclc

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 12:33:33 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG139785dc98ae: Add release tarballs for libclc (authored by aaronpuchert).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90100/new/

https://reviews.llvm.org/D90100

Files:
  llvm/utils/release/export.sh


Index: llvm/utils/release/export.sh
===================================================================
--- llvm/utils/release/export.sh
+++ llvm/utils/release/export.sh
@@ -13,7 +13,7 @@
 
 set -e
 
-projects="llvm clang test-suite compiler-rt libcxx libcxxabi clang-tools-extra polly lldb lld openmp libunwind flang"
+projects="llvm clang test-suite compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind flang"
 
 release=""
 rc=""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90100.300761.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/2d4a1e7d/attachment.bin>


More information about the llvm-commits mailing list