[PATCH] D82139: [DWARFYAML][debug_info] Fix array index out of bounds error. NFC.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 05:21:16 PDT 2020
jhenderson 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:
----------------
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`
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