[all-commits] [llvm/llvm-project] 3d8180: Add LLDB in release binaries by default
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Thu Jun 3 23:57:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d8180cb2ffc2272b56e3445c74f2f3170562403
https://github.com/llvm/llvm-project/commit/3d8180cb2ffc2272b56e3445c74f2f3170562403
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
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
More information about the All-commits
mailing list