This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Support GOT relocations to __dso_handle
ClosedPublic

Authored by int3 on Aug 26 2020, 10:05 AM.

Details

Reviewers
smeenai
Group Reviewers
Restricted Project
Commits
rG0407197711f1: [lld-macho] Support GOT relocations to __dso_handle
Summary

Found such a relocation while testing some real world programs.

Diff Detail

Event Timeline

int3 created this revision.Aug 26 2020, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2020, 10:05 AM
int3 requested review of this revision.Aug 26 2020, 10:05 AM
smeenai accepted this revision.Aug 26 2020, 10:01 PM
smeenai added a subscriber: smeenai.
smeenai added inline comments.
lld/MachO/Symbols.h
180

Oops™

This revision is now accepted and ready to land.Aug 26 2020, 10:01 PM
int3 added inline comments.Aug 26 2020, 10:50 PM
lld/MachO/Symbols.h
180

🙃

This revision was landed with ongoing or failed builds.Aug 27 2020, 5:44 PM
This revision was automatically updated to reflect the committed changes.