[llvm] fd8ba4f - [release] Add third-party tarball to release for standalone builds

Konrad Kleine via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 11:56:11 PST 2022


Author: Konrad Kleine
Date: 2022-11-10T20:55:19+01:00
New Revision: fd8ba4f5373f426d134cf48b83f96869d5a27cbd

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

LOG: [release] Add third-party tarball to release for standalone builds

With the advent of https://reviews.llvm.org/D131919 and
https://github.com/llvm/llvm-project/commit/a11cd0d94ed3cabf0998a0289aead05da94c86eb
 the third-party directory is required to build LLVM and other packages and in standalone
builds the third-party directory is not available from the llvm tarball anymore.

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

Added: 
    

Modified: 
    llvm/utils/release/export.sh

Removed: 
    


################################################################################
diff  --git a/llvm/utils/release/export.sh b/llvm/utils/release/export.sh
index 75b52e88ebff2..e4d02ae4a1234 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 flang"
+projects="llvm clang cmake compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind flang third-party"
 
 release=""
 rc=""


        


More information about the llvm-commits mailing list