[llvm] 139785d - Add release tarballs for libclc
Aaron Puchert via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 12:33:32 PDT 2020
Author: Aaron Puchert
Date: 2020-10-26T20:33:24+01:00
New Revision: 139785dc98ae94717eebaed083eeaad5d775b495
URL: https://github.com/llvm/llvm-project/commit/139785dc98ae94717eebaed083eeaad5d775b495
DIFF: https://github.com/llvm/llvm-project/commit/139785dc98ae94717eebaed083eeaad5d775b495.diff
LOG: Add release tarballs for libclc
Fixes PR47917.
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D90100
Added:
Modified:
llvm/utils/release/export.sh
Removed:
################################################################################
diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index c3277de38b53..3ffd7e78dd63 100755
--- a/llvm/utils/release/export.sh
+++ b/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=""
More information about the llvm-commits
mailing list