[PATCH] D39713: [llvm-objcopy] Change -O binary to respect section removal and behave like GNU objcopy
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 02:47:59 PST 2017
jhenderson added a comment.
Missing test for removing the first section in the first segment?
================
Comment at: test/tools/llvm-objcopy/binary-remove-end.test:44
+
+# CHECK: 0000000 c3 c3 c3 c3
+# CHECK: 0010000 de ad be ef
----------------
To make things slightly less confusing, could you make od use hex for the address, please (-Ax). Ditto for the other tests.
Repository:
rL LLVM
https://reviews.llvm.org/D39713
More information about the llvm-commits
mailing list