[llvm] fff6964 - [Release] Produce mlir tarball
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 00:59:41 PST 2023
Author: Nikita Popov
Date: 2023-01-18T09:59:06+01:00
New Revision: fff6964374eb9dbbe4c59c78fcde4b32c40d0934
URL: https://github.com/llvm/llvm-project/commit/fff6964374eb9dbbe4c59c78fcde4b32c40d0934
DIFF: https://github.com/llvm/llvm-project/commit/fff6964374eb9dbbe4c59c78fcde4b32c40d0934.diff
LOG: [Release] Produce mlir tarball
MLIR supports standalone builds, so I think it makes sense to also
produce a release tarball for the MLIR subproject.
Differential Revision: https://reviews.llvm.org/D141919
Added:
Modified:
llvm/utils/release/export.sh
Removed:
################################################################################
diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index e4d02ae4a1234..8fd942f6ef4b1 100755
--- a/llvm/utils/release/export.sh
+++ b/llvm/utils/release/export.sh
@@ -13,7 +13,7 @@
set -e
-projects="llvm clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind flang third-party"
+projects="llvm clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang third-party"
release=""
rc=""
More information about the llvm-commits
mailing list