This is an archive of the discontinued LLVM Phabricator instance.

[lld/mac] slightly improve weak-private-extern.s test
ClosedPublic

Authored by thakis on Apr 22 2021, 7:00 AM.

Details

Reviewers
int3
Group Reviewers
Restricted Project
Commits
rG88b76cb130bb: [lld/mac] slightly improve weak-private-extern.s test
Summary
  • __got is in --bind output, so print that too (makes the test a bit stronger)
  • WEAK_DEFINES, BINDS_TO_WEAK are in the mach-o header, so --private-header is enough, no need for --all-headers (makes the test a bit easier to work with when it fails)

Diff Detail

Event Timeline

thakis created this revision.Apr 22 2021, 7:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 7:00 AM
thakis requested review of this revision.Apr 22 2021, 7:00 AM
int3 accepted this revision.Apr 22 2021, 1:49 PM
int3 added a subscriber: int3.

lgtm

This revision is now accepted and ready to land.Apr 22 2021, 1:49 PM
This revision was landed with ongoing or failed builds.Apr 22 2021, 7:43 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 7:43 PM