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
Differential D29433
[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade path steven_wu on Feb 1 2017, 3:57 PM. Authored by
Details dsymutil upgrade path can change the size of segment and it needs to update rdar://problem/30290714
Diff Detail
Event TimelineComment Actions vmsize shouldn't matter as we're not executing this file, but llvm-objdump got more picky recently. LGTM |