[PATCH] D62317: [llvm-objcopy] - Strip undefined symbols if they are no longer referenced following --only-section

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 03:05:55 PDT 2019


grimar added inline comments.


================
Comment at: test/tools/llvm-objcopy/ELF/only-sesction-strip-undefined.test:11
+# BAR: bar
+
+--- !ELF
----------------
jhenderson wrote:
> What about a test-case where there are two references to the same symbol, but only one of them is removed?
Done.


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

https://reviews.llvm.org/D62317





More information about the llvm-commits mailing list