[PATCH] D141919: [Release] Produce mlir tarball

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 04:04:14 PST 2023


nikic created this revision.
nikic added reviewers: tstellar, thieta.
Herald added subscribers: bzcheeseman, StephenFan, rriddle.
Herald added a reviewer: sscalpone.
Herald added a project: All.
nikic requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1, stephenneuendorffer.
Herald added a project: LLVM.

MLIR supports standalone builds, so I think it makes sense to also produce a release tarball for the MLIR subproject.


https://reviews.llvm.org/D141919

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 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=""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141919.489764.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/9366a6df/attachment-0001.bin>


More information about the llvm-commits mailing list