[PATCH] D141919: [Release] Produce mlir tarball

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 00:59:51 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfff6964374eb: [Release] Produce mlir tarball (authored by nikic).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141919/new/

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.490069.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/825f9e1d/attachment.bin>


More information about the llvm-commits mailing list