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