[llvm] b673135 - [Release] Produce bolt tarball

Amir Ayupov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 14:02:05 PST 2023


Author: Peter Jung
Date: 2023-02-13T14:01:58-08:00
New Revision: b673135bb833a54b16c32e2073d2d7b83c90de66

URL: https://github.com/llvm/llvm-project/commit/b673135bb833a54b16c32e2073d2d7b83c90de66
DIFF: https://github.com/llvm/llvm-project/commit/b673135bb833a54b16c32e2073d2d7b83c90de66.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

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-commits mailing list