[PATCH] D74879: [llvm-objcopy][test] Improve empty section tests
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 12:10:53 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/empty-section.test:5
+
+# CHECK1: Name Type Address Off Size ES Flg Lk Inf Al
+# CHECK1-NEXT: NULL 0000000000000000 000000 000000 00 0 0 0
----------------
grimar wrote:
> Can you add a comment here and for the test below?
The original test is not very useful. I will replace it with --docnum=2 with segments removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74879/new/
https://reviews.llvm.org/D74879
More information about the llvm-commits
mailing list