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

With the advent of https://reviews.llvm.org/D131919 and
a11cd0d94e
 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
This commit is contained in:
Konrad Kleine 2022-11-10 12:11:33 +01:00
parent 380a038d14
commit fd8ba4f537
1 changed files with 1 additions and 1 deletions

View File

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