This is an archive of the discontinued LLVM Phabricator instance.

[lld][MachO] Code cleanup
ClosedPublic

Authored by alexander-shaposhnikov on Jul 5 2021, 7:14 PM.

Details

Reviewers
thakis
int3
gkm
Group Reviewers
Restricted Project
Commits
rGd21772fa21de: [lld][MachO] Code cleanup
Summary

Make use of ArgList::getLastArgValue. NFC.

Test plan: make check-lld-macho

Diff Detail

Event Timeline

Herald added a reviewer: gkm. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
alexander-shaposhnikov requested review of this revision.Jul 5 2021, 7:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2021, 7:14 PM
int3 accepted this revision.Jul 5 2021, 8:51 PM

Thanks!

This revision is now accepted and ready to land.Jul 5 2021, 8:51 PM
thakis accepted this revision.Jul 8 2021, 11:33 AM

D'oh, thanks :)

…want to land this?

This revision was automatically updated to reflect the committed changes.