| commit | d246b0a2843d68768d5695ca40e298ddcb7adf9b | [log] [tgz] |
|---|---|---|
| author | Jake Ehrlich <jakehehrlich@google.com> | Tue Sep 19 21:37:35 2017 +0000 |
| committer | Jake Ehrlich <jakehehrlich@google.com> | Tue Sep 19 21:37:35 2017 +0000 |
| tree | 9a93581e4879ad5ce7fae509bfc141af5741d23d | |
| parent | 74ea1f0938b9c7eb85ed3a75586f81d945ca2208 [diff] |
Reland "[llvm-objcopy] Add support for nested and overlapping segments" I didn't initialize a pointer to be nullptr that I needed to. 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: 313682