[PATCH] D50463: [llvm-objcopy] Add --prefix-sections option

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 12:21:19 PDT 2018


paulsemel added a comment.

In https://reviews.llvm.org/D50463#1193520, @jhenderson wrote:

> I've got some comments that I'll send through a bit later today, but as things stand, this doesn't match GNU objcopy's behaviour for relocation sections at the very least - the "prefix" is placed between the end of ".rela" and the start of the section name so that they have the name ".rela<prefixed relocated section name>"


Hmm ok.. I just tried on the "chromium" binary on my laptop and it appeard the the prefix is at the beggining of the section, not between '.rela' and the rest of the section name.. am I missing smth ?


Repository:
  rL LLVM

https://reviews.llvm.org/D50463





More information about the llvm-commits mailing list