Skip to content

Commit b2417f5

Browse files
rxrblntru
authored andcommittedOct 3, 2023
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 <[email protected]>
1 parent 23988a1 commit b2417f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎llvm/utils/release/export.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -e
1515

16-
projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang third-party"
16+
projects="llvm bolt clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind mlir flang runtimes third-party"
1717

1818
release=""
1919
rc=""

0 commit comments

Comments
 (0)