This is an archive of the discontinued LLVM Phabricator instance.

[lldb][AArch64] Use "+all" feature for the disassembler
ClosedPublic

Authored by DavidSpickett on Jul 6 2022, 2:06 AM.

Details

Summary

The "+all" feature name was added in https://reviews.llvm.org/D128029.

This feature means we don't have to generate a list of features
or use a base architecture feature.

Diff Detail

Event Timeline

DavidSpickett created this revision.Jul 6 2022, 2:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 2:06 AM
DavidSpickett requested review of this revision.Jul 6 2022, 2:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 2:06 AM
labath accepted this revision.Jul 6 2022, 2:19 AM

Awesome. thanks.

This revision is now accepted and ready to land.Jul 6 2022, 2:19 AM