[llvm] 0eed8ae - Fix release/export.sh to export runtimes tarball, too (#67404)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 07:37:28 PDT 2023


Author: René Rebe
Date: 2023-09-28T16:37:24+02:00
New Revision: 0eed8ae7d2b75819ffb1581e99a154097fc69a83

URL: https://github.com/llvm/llvm-project/commit/0eed8ae7d2b75819ffb1581e99a154097fc69a83
DIFF: https://github.com/llvm/llvm-project/commit/0eed8ae7d2b75819ffb1581e99a154097fc69a83.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-commits mailing list