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
Paths
| Differential D120583
[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 rdar://88919473
Diff Detail
Event TimelineJDevlieghere created this revision. 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 Closed by commit rG03d49046b9ca: [dsymutil] Copy symbol table regardless of LINKEDIT segment (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411512 llvm/test/tools/dsymutil/ARM/preload.test
llvm/test/tools/dsymutil/Inputs/private/tmp/preload/foo
llvm/tools/dsymutil/MachOUtils.cpp
|