[Release] Produce mlir tarball
authorNikita Popov <npopov@redhat.com>
Tue, 17 Jan 2023 11:59:54 +0000 (12:59 +0100)
committerNikita Popov <npopov@redhat.com>
Wed, 18 Jan 2023 08:59:06 +0000 (09:59 +0100)
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

llvm/utils/release/export.sh

index e4d02ae..8fd942f 100755 (executable)
@@ -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=""