This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Rename LazySymbol to LazyArchive. NFC
ClosedPublic

Authored by MaskRay on Jan 9 2022, 8:55 PM.

Details

Reviewers
int3
Group Reviewers
Restricted Project
Commits
rG97a5dccb7d3a: [lld-macho] Rename LazySymbol to LazyArchive. NFC
Summary

D116913 will add LazyObject. Rename LazySymbol to LazyArchive to avoid confusion
and mirror ELF.

Diff Detail

Event Timeline

MaskRay created this revision.Jan 9 2022, 8:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2022, 8:55 PM
MaskRay requested review of this revision.Jan 9 2022, 8:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2022, 8:55 PM
MaskRay updated this revision to Diff 398509.Jan 9 2022, 9:41 PM

also rename addLazy

int3 accepted this revision.Jan 11 2022, 4:01 PM
int3 added a subscriber: int3.

lgtm

This revision is now accepted and ready to land.Jan 11 2022, 4:01 PM
MaskRay updated this revision to Diff 399122.Jan 11 2022, 4:32 PM

rename LazyKind -> LazyArchiveKind

This revision was landed with ongoing or failed builds.Jan 11 2022, 4:49 PM
This revision was automatically updated to reflect the committed changes.