This is an archive of the discontinued LLVM Phabricator instance.

[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade path
ClosedPublic

Authored by steven_wu on Feb 1 2017, 3:57 PM.

Details

Summary

dsymutil upgrade path can change the size of segment and it needs to update
the vmsize of the segment to reflect the size change.

rdar://problem/30290714

Diff Detail

Repository
rL LLVM

Event Timeline

steven_wu created this revision.Feb 1 2017, 3:57 PM
friss edited edge metadata.Feb 1 2017, 4:10 PM

vmsize shouldn't matter as we're not executing this file, but llvm-objdump got more picky recently. LGTM

friss accepted this revision.Feb 1 2017, 4:10 PM
This revision is now accepted and ready to land.Feb 1 2017, 4:10 PM
This revision was automatically updated to reflect the committed changes.