This is an archive of the discontinued LLVM Phabricator instance.

[Release] Add LLDB in release binaries by default
ClosedPublic

Authored by omjavaid on May 4 2021, 3:00 PM.

Details

Summary

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.

Diff Detail

Event Timeline

omjavaid requested review of this revision.May 4 2021, 3:00 PM
omjavaid created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2021, 3:00 PM
tstellar accepted this revision.May 27 2021, 4:38 PM

LGTM.

This revision is now accepted and ready to land.May 27 2021, 4:38 PM
This revision was automatically updated to reflect the committed changes.