[PATCH] D82139: [DWARFYAML][debug_info] Fix array index out of bounds error. NFC.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 05:53:31 PDT 2020
Higuoxing added inline comments.
================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml:558
+# EMPTY-ENTRIES: Hex dump of section '.debug_info':
+# EMPTY-ENTRIES-NEXT: 0x00000000 34120000 05000204 34120000
+# EMPTY-ENTRIES-EMPTY:
----------------
jhenderson wrote:
> Do you need a `{{$}}` on the end of this line? If there's more output on the same line, the test will continue to pass. Alternatively, use `--match-full-lines`
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82139/new/
https://reviews.llvm.org/D82139
More information about the llvm-commits
mailing list