This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Fix test to reflect that symbol attributes don't matter within an archive
ClosedPublic

Authored by int3 on Jul 22 2021, 2:23 PM.

Details

Summary

We had a comment that claimed that defined symbols had priority
over common symbols if they occurred in the same archive. In fact, they
appear to have equal precedence. Our implementation already does this,
so I'm just updating the test comment. Also added a few other test
comments along the way for readability.

Diff Detail

Event Timeline

int3 created this revision.Jul 22 2021, 2:23 PM
Herald added a project: Restricted Project. · View Herald Transcript
int3 requested review of this revision.Jul 22 2021, 2:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2021, 2:23 PM
thakis accepted this revision.Jul 22 2021, 7:22 PM
This revision is now accepted and ready to land.Jul 22 2021, 7:22 PM

Ah right, dblaikie wants me to also say "lg" or similar when accepting :)