This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Properly print MachO aarch64 addend relocations
ClosedPublic

Authored by mstorsjo on Jul 11 2017, 2:19 AM.

Details

Summary

Previously such relocations fell into the last case for local symbols, using the relocation addend as symbol index, leading to a crash.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jul 11 2017, 2:19 AM
mstorsjo retitled this revision from [llvm-objdump] Properly print aarch64 addend relocations to [llvm-objdump] Properly print MachO aarch64 addend relocations.Jul 11 2017, 3:39 AM
mstorsjo added reviewers: enderby, beanz.
t.p.northover edited edge metadata.Jul 11 2017, 7:25 AM

llvm-commits doesn't appear to be involved here.

llvm-commits doesn't appear to be involved here.

It does seem to be one of the issue subscribers to me, are there list delivery delays again?

t.p.northover accepted this revision.Jul 13 2017, 7:44 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Jul 13 2017, 7:44 AM
This revision was automatically updated to reflect the committed changes.