From 4b88132b5aaf615460056951ed4d029cc77cd29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Rebe?= Date: Tue, 26 Sep 2023 10:33:38 +0200 Subject: [PATCH] Fix release/export.sh to export runtimes tarball, too This addresses missing cmake files needed to build some sub-projects like libstdcxx. --- llvm/utils/release/export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh index 807731679c96b..9fd906c49ea6e 100755 --- a/llvm/utils/release/export.sh +++ b/llvm/utils/release/export.sh @@ -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=""