This is an archive of the discontinued LLVM Phabricator instance.

[macho2yaml] Fixup offset for nodes in export trie.
ClosedPublic

Authored by cishida on Aug 8 2023, 12:57 PM.

Details

Summary

The offset recorded in export trie nodes is used to capture symbol
information like address and node size. This offset should be relative to the
root of the trie. This updates to processExportNode to follow that
expectation.

Diff Detail

Event Timeline

cishida created this revision.Aug 8 2023, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 12:57 PM
cishida requested review of this revision.Aug 8 2023, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 12:57 PM
pete accepted this revision.Aug 8 2023, 1:05 PM

LGTM

This revision is now accepted and ready to land.Aug 8 2023, 1:05 PM
cishida updated this revision to Diff 548399.Aug 8 2023, 4:41 PM

Start test at clean state & verify against PR test.

This revision was landed with ongoing or failed builds.Aug 9 2023, 9:20 AM
This revision was automatically updated to reflect the committed changes.