| commit | f694d33f4cc91a922ca6f7cbaf34ab5507cab326 | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Tue Jul 25 08:29:29 2017 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Tue Jul 25 08:29:29 2017 +0000 |
| tree | 70e877a87e5c0774f835a95ae3693260f31ed7ed | |
| parent | 97c8e097904daa82c1ad28f3623d8a12a81ae73d [diff] |
[ELF] - Fix calculation of memory region offset. This is PR33714. Previously for each input section offset of memory region was incremented on a size of output section. That resulted in a wrong error message saying about overflow. Patch fixes that. Differential revision: https://reviews.llvm.org/D35803 llvm-svn: 308955