This is an archive of the discontinued LLVM Phabricator instance.

[dsymutil] Copy symbol table regardless of LINKEDIT segment
ClosedPublic

Authored by JDevlieghere on Feb 25 2022, 11:40 AM.

Details

Summary

Ensure we copy the symbol table for MH_PRELOAD Mach-Os, which don't have
a LINKEDIT segment, but (can) have a symbol table.

rdar://88919473

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Feb 25 2022, 11:40 AM
JDevlieghere created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2022, 11:40 AM
friss accepted this revision.Feb 25 2022, 11:46 AM

LGTM

This revision is now accepted and ready to land.Feb 25 2022, 11:46 AM
This revision was landed with ongoing or failed builds.Feb 25 2022, 1:24 PM
This revision was automatically updated to reflect the committed changes.