This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] Test zerofill sections after __thread_bss
ClosedPublic

Authored by thakis on Jun 20 2021, 4:45 PM.

Details

Reviewers
gkm
int3
Group Reviewers
Restricted Project
Commits
rGe6cb55d5ceb8: [lld/mac] Test zerofill sections after __thread_bss
Summary

Real zerofill sections go after __thread_bss, since zerofill sections
must all be at the end of their segment and __thread_bss must be right
after __thread_data.

Works fine already, but wasn't tested as far as I can tell.

Also tweak comment about zerofill sections a bit.

No behavior change.

Diff Detail

Event Timeline

thakis created this revision.Jun 20 2021, 4:45 PM
Herald added a project: Restricted Project. · View Herald Transcript
thakis requested review of this revision.Jun 20 2021, 4:45 PM
thakis edited the summary of this revision. (Show Details)
int3 accepted this revision.Jun 20 2021, 4:49 PM
int3 added a subscriber: int3.

Thanks!

This revision is now accepted and ready to land.Jun 20 2021, 4:49 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2021, 5:45 PM