]> granicus.if.org Git - llvm/commit
[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade path
authorSteven Wu <stevenwu@apple.com>
Thu, 2 Feb 2017 00:00:13 +0000 (00:00 +0000)
committerSteven Wu <stevenwu@apple.com>
Thu, 2 Feb 2017 00:00:13 +0000 (00:00 +0000)
commit9a41e59c1fd927a66e57f4cdf5e17a84068d0e58
tree9a4e307d6f577af9e97a0189ddc75d924840353f
parent2e96f1dea1fdb643a069635d6f91f6969b44c143
[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade path

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

Reviewers: friss

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D29433

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293842 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/MachOUtils.cpp