[llvm-branch-commits] [llvm] b2417f5 - Fix release/export.sh to export runtimes tarball, too (#67404)

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Oct 2 23:37:55 PDT 2023


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 <rene at exactcode.de>

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=""


        


More information about the llvm-branch-commits mailing list