This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Add absolute-vs-non-absolute symbol test for ICF
ClosedPublic

Authored by int3 on Jun 24 2021, 3:07 PM.

Details

Summary

Make sure we don't wrongly fold two sections that refer to
symbols with the same value if they are not both absolute /
non-absolute.

Diff Detail

Event Timeline

int3 created this revision.Jun 24 2021, 3:07 PM
Herald added a project: Restricted Project. · View Herald Transcript
int3 requested review of this revision.Jun 24 2021, 3:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2021, 3:07 PM
gkm accepted this revision.Jun 28 2021, 9:18 AM

LGTM!

This revision is now accepted and ready to land.Jun 28 2021, 9:18 AM