summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Rebe <rene@rebe.name>2023-09-28 16:37:24 +0200
committerTobias Hieta <tobias@hieta.se>2023-10-03 08:37:35 +0200
commitb2417f51dbbd7435eb3aaf203de24de6754da50e (patch)
tree5826c8fb1889ae8bbadaf2e522e47231ea461178
parent23988a1d82d51670e100791b8a8745e5d8457d35 (diff)
Fix release/export.sh to export runtimes tarball, too (#67404)llvmorg-17.0.2
This addresses missing cmake files needed to build some sub-projects like libstdcxx. Co-authored-by: René Rebe <rene@exactcode.de>
-rwxr-xr-xllvm/utils/release/export.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index 807731679c96..9fd906c49ea6 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=""