[PATCH] D46029: [llvm-objcopy] Implement --redefine-sym option

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 14:39:16 PDT 2018


alexshap created this revision.
alexshap added reviewers: jakehehrlich, jhenderson.
alexshap created this object with visibility "All Users".

This diff implements --redefine-sym option of binutils' objcopy.
(the error message and the behavior are intended to be consistent with binutils' objcopy).

Test plan: make check-all


Repository:
  rL LLVM

https://reviews.llvm.org/D46029

Files:
  test/tools/llvm-objcopy/redefine-symbol.test
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h
  tools/llvm-objcopy/Opts.td
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46029.143811.patch
Type: text/x-patch
Size: 5813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180424/28635f5a/attachment.bin>


More information about the llvm-commits mailing list