[llvm-branch-commits] [llvm] 8fc424f - Add release tarballs for libclc
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 30 22:02:09 PDT 2020
Author: Aaron Puchert
Date: 2020-10-31T01:00:20-04:00
New Revision: 8fc424f26bf1ea1471bd770a1b4eee4545c2bc96
URL: https://github.com/llvm/llvm-project/commit/8fc424f26bf1ea1471bd770a1b4eee4545c2bc96
DIFF: https://github.com/llvm/llvm-project/commit/8fc424f26bf1ea1471bd770a1b4eee4545c2bc96.diff
LOG: Add release tarballs for libclc
Fixes PR47917.
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D90100
(cherry picked from commit 139785dc98ae94717eebaed083eeaad5d775b495)
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-branch-commits
mailing list