Skip to content

Commit

Permalink
Fix release/export.sh to export runtimes tarball, too (llvm#67404)
Browse files Browse the repository at this point in the history
This addresses missing cmake files needed to build some sub-projects
like libstdcxx.

Co-authored-by: René Rebe <[email protected]>
  • Loading branch information
2 people authored and tru committed Oct 3, 2023
1 parent 23988a1 commit b2417f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/release/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit b2417f5

Please sign in to comment.