[llvm] Fix release/export.sh to export runtimes tarball, too (PR #67404)

René Rebe via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:43:44 PDT 2023


https://github.com/rxrbln created https://github.com/llvm/llvm-project/pull/67404

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

>From 4b88132b5aaf615460056951ed4d029cc77cd29b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Rebe?= <rene at exactcode.de>
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 807731679c96b9a..9fd906c49ea6e51 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=""



More information about the llvm-commits mailing list