This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Add FUCHSIA_ENABLE_LLDB option.
ClosedPublic

Authored by mysterymath on Feb 10 2023, 4:29 PM.

Details

Summary

This CMake option builds/installs LLDB as part of the Fuchsia toolchain.
Once this is better supported, the effects of this will be inlined into
the toolchain cache file.

Diff Detail

Event Timeline

mysterymath created this revision.Feb 10 2023, 4:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 4:29 PM
Herald added a subscriber: abrachet. · View Herald Transcript
mysterymath requested review of this revision.Feb 10 2023, 4:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2023, 4:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

_FUCHSIA_DISTRIBUTION_COMPONENTS should not be a CACHE variable.

phosek accepted this revision.Feb 13 2023, 11:47 AM

LGTM

This revision is now accepted and ready to land.Feb 13 2023, 11:47 AM
This revision was automatically updated to reflect the committed changes.