| commit | fa11fb33ad6eecfe081a9875ed27b98a1077e404 | [log] [tgz] |
|---|---|---|
| author | James Henderson <jh7370@my.bristol.ac.uk> | Wed May 08 09:49:35 2019 +0000 |
| committer | James Henderson <jh7370@my.bristol.ac.uk> | Wed May 08 09:49:35 2019 +0000 |
| tree | 98cbc44058252a00260779637347f428901aa287 | |
| parent | 3c696b3e7c21815662247e2af0346a596a4d0668 [diff] |
[llvm-objcopy] Add --prefix-alloc-sections This patch adds support for --prefix-alloc-sections, which adds a prefix to every allocated section names. It adds a prefix after renaming section names by --rename-section as GNU objcopy does. Fixes PR41266: https://bugs.llvm.org/show_bug.cgi?id=41266 Differential Revision: https://reviews.llvm.org/D60042 Patch by Seiya Nuta. llvm-svn: 360233