[PATCH] D70212: [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-syms
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 09:48:02 PST 2019
MaskRay updated this revision to Diff 229334.
MaskRay marked an inline comment as done.
MaskRay added a comment.
Add a test that checks --redefine-sym executes before --strip-symbol/-N.
-N is currently a no-op. This prevents us from making a mistake when -N is implemented.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70212/new/
https://reviews.llvm.org/D70212
Files:
llvm/test/tools/llvm-objcopy/MachO/redefine-symbol.s
llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
llvm/tools/llvm-objcopy/MachO/Object.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70212.229334.patch
Type: text/x-patch
Size: 3918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/c94f57fa/attachment.bin>
More information about the llvm-commits
mailing list