commit | 0a84b1ac80469b1deb14e3fde332dceeb6f45ad1 | [log] [tgz] |
---|---|---|
author | Jake Ehrlich <jakehehrlich@google.com> | Tue Sep 19 18:14:03 2017 +0000 |
committer | Jake Ehrlich <jakehehrlich@google.com> | Tue Sep 19 18:14:03 2017 +0000 |
tree | 1719043aca90a1a60769d802dac2449f69701638 | |
parent | 3887ba8d3831c7ff097fd49f109b0dc24a0b289f [diff] |
[llvm-objcopy] Add support for nested and overlapping segments This change adds support for nested and even overlapping segments. This means that PT_PHDR, PT_GNU_RELRO, PT_TLS, and PT_DYNAMIC can be supported properly. Differential Revision: https://reviews.llvm.org/D36558 llvm-svn: 313656