This is an archive of the discontinued LLVM Phabricator instance.

Updated llvm-objdump to display local relocations in Mach-O binaries
ClosedPublic

Authored by mtrent on Dec 5 2017, 3:34 PM.

Details

Summary

llvm-objdump's Mach-O parser was updated in r306037 to display external
relocations for MH_KEXT_BUNDLE file types. This change extends the Macho-O
parser to display local relocations for MH_PRELOAD files. When used with
the -macho option relocations will be displayed in a historical format.

rdar://35778019

Event Timeline

mtrent created this revision.Dec 5 2017, 3:34 PM
enderby accepted this revision.Dec 7 2017, 10:02 AM

Looks good to me. Thanks for the changes Mike!

This revision is now accepted and ready to land.Dec 7 2017, 10:02 AM
mtrent closed this revision.Dec 8 2017, 9:51 AM