[PATCH] D96010: [llvm-readobj] Print empty line between note sections in GNU mode

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 02:07:17 PST 2021


arichardson added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/note-generic.s:22
+// GNU-NEXT:   XYZ                  0x00000000	func
+// GNU-EMPTY:
 
----------------
jhenderson wrote:
> This is slightly surprising now, though probably harmless.
I think FileCheck also matches EOF for -EMPTY? Or possibly it matches the `\n` after `func`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96010



More information about the llvm-commits mailing list