This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Skip apple accelerator table test in DWARF 5 mode
ClosedPublic

Authored by fdeazeve on Jun 30 2023, 3:02 PM.

Details

Summary

D68678 added a test that ensures an Apple accelerator lookup is done efficiently.
Since these tables are not used for DWARF 5, we should decorate the test
appropriately.

Diff Detail

Event Timeline

fdeazeve created this revision.Jun 30 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 3:02 PM
fdeazeve requested review of this revision.Jun 30 2023, 3:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 3:02 PM
fdeazeve updated this revision to Diff 536450.Jun 30 2023, 3:03 PM

fix typo in commit message

fdeazeve edited the summary of this revision. (Show Details)Jun 30 2023, 3:03 PM
fdeazeve added a reviewer: JDevlieghere.
jasonmolenda accepted this revision.Jun 30 2023, 3:11 PM
jasonmolenda added a subscriber: jasonmolenda.

LGTM.

This revision is now accepted and ready to land.Jun 30 2023, 3:11 PM
This revision was automatically updated to reflect the committed changes.