This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Add Extended GD_PLT relocations
ClosedPublic

Authored by sidneym on Apr 30 2020, 11:22 AM.

Details

Summary

Extended versions of GD_PLT_B22_PCREL. These surface when -mlong-calls option is used.

Diff Detail

Event Timeline

sidneym created this revision.Apr 30 2020, 11:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
MaskRay added inline comments.May 1 2020, 11:14 PM
lld/test/ELF/hexagon-tls-gd-nonpreemptible.s
6

s/-check-prefix/--check-prefix/

21

R_ is misaligned

sidneym updated this revision to Diff 261825.May 4 2020, 8:07 AM

Address comments, --check-prefix, alignment of checks.

sidneym marked 2 inline comments as done.May 4 2020, 8:08 AM
MaskRay accepted this revision.May 4 2020, 8:47 AM

Thanks!

This revision is now accepted and ready to land.May 4 2020, 8:47 AM
This revision was automatically updated to reflect the committed changes.