[llvm-branch-commits] [llvm] ad4fda8 - [Release] Produce bolt tarball

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 14 00:00:43 PST 2023


Author: Peter Jung
Date: 2023-02-14T09:00:04+01:00
New Revision: ad4fda80acb2771e82a62e32c02ddab9f555f3d9

URL: https://github.com/llvm/llvm-project/commit/ad4fda80acb2771e82a62e32c02ddab9f555f3d9
DIFF: https://github.com/llvm/llvm-project/commit/ad4fda80acb2771e82a62e32c02ddab9f555f3d9.diff

LOG: [Release] Produce bolt tarball

Source tarball's are used from some distribution to build the project

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D143809

(cherry picked from commit b673135bb833a54b16c32e2073d2d7b83c90de66)

Added: 
    

Modified: 
    llvm/utils/release/export.sh

Removed: 
    


################################################################################
diff  --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index 8fd942f6ef4b1..807731679c96b 100755
--- a/llvm/utils/release/export.sh
+++ b/llvm/utils/release/export.sh
@@ -13,7 +13,7 @@
 
 set -e
 
-projects="llvm 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 third-party"
 
 release=""
 rc=""


        


More information about the llvm-branch-commits mailing list