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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 02:04:37 PDT 2018


jhenderson requested changes to this revision.
jhenderson added a comment.
This revision now requires changes to proceed.

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 fro 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>"


Repository:
  rL LLVM

https://reviews.llvm.org/D50463





More information about the llvm-commits mailing list