[PATCH] D90100: Add release tarballs for libclc

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 24 10:08:47 PDT 2020


aaronpuchert created this revision.
aaronpuchert added reviewers: hans, tstellar, jvesely.
Herald added a reviewer: sscalpone.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
aaronpuchert requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

Fixes PR47917.


Repository:
  rG LLVM Github Monorepo

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.300492.patch
Type: text/x-patch
Size: 466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201024/16ca1522/attachment.bin>


More information about the llvm-commits mailing list