Author: René Rebe Date: 2023-10-03T08:37:35+02:00 New Revision: b2417f51dbbd7435eb3aaf203de24de6754da50e
URL: https://github.com/llvm/llvm-project/commit/b2417f51dbbd7435eb3aaf203de24de6754da50e DIFF: https://github.com/llvm/llvm-project/commit/b2417f51dbbd7435eb3aaf203de24de6754da50e.diff LOG: 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]> Added: Modified: llvm/utils/release/export.sh Removed: ################################################################################ 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="" _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
