[PATCH] D113735: [llvm-obcopy][MachO] Add --prefix-symbols support

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 14:14:58 PST 2021


keith added a comment.

In D113735#3126545 <https://reviews.llvm.org/D113735#3126545>, @jhenderson wrote:

> Take a look at the equivalent ELF test case, to see what cases there are. I imagine the logic is going to be pretty similar.

I did model this after that, I was surprised at how minimal the implementation seemed to be https://github.com/llvm/llvm-project/blob/aab1810006a6788e32ee04e7d40d0b2474754aa2/llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp#L282-L283


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113735



More information about the llvm-commits mailing list