Fix release/export.sh to export runtimes tarball, too (#67404)

This addresses missing cmake files needed to build some sub-projects
like libstdcxx.

Co-authored-by: René Rebe <rene@exactcode.de>
This commit is contained in:
René Rebe
2023-09-28 16:37:24 +02:00
committed by GitHub
parent 064666fb66
commit 0eed8ae7d2

View File

@@ -13,7 +13,7 @@
set -e
projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang third-party"
projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang runtimes third-party"
release=""
rc=""