[PATCH] D58234: [llvm-objcopy] Add --add-symbol

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 15:46:54 PST 2019


rupprecht added a comment.

In D58234#1404801 <https://reviews.llvm.org/D58234#1404801>, @jakehehrlich wrote:

> Sorry to be the Grinch again but what is the use case for this? This isn't a feature in GNU objcopy as far as I can tell and the semantics of such a change are quite involved.


Not OP (and I don't have a use case), but from `man objcopy`:

  --add-symbol name=[section:]value[,flags]
      Add a new symbol named name while copying the file.  ...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58234/new/

https://reviews.llvm.org/D58234





More information about the llvm-commits mailing list