Add LLDB in release binaries by default
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Fri, 4 Jun 2021 06:56:28 +0000 (11:56 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Fri, 4 Jun 2021 06:57:00 +0000 (11:57 +0500)
commit3d8180cb2ffc2272b56e3445c74f2f3170562403
treed4860adbece6c2ecc64eea5d4123c94537cc5374
parent6a3beb1f68d6791a4cd0190f68b48510f754a00a
Add LLDB in release binaries by default

LLDB is currently not selected in LLVM release testing and thus it
doesnt make its way into prebuilt binaries which build with default
configuration. This patch enables LLDB by default in test-release
script.

Assuming LLDB build by default was disabled back in 2016 LLDB support
for various architectures has a long way since then. It has buildbots
for most architectures and supports a case to be included by default.

Also lldb build can easily be disabled in case some release managers
choose to do so.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D101864
llvm/utils/release/test-release.sh