[PATCH] D84008: [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 20:28:41 PDT 2020
Higuoxing added inline comments.
================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml:743
+# RUN: llvm-readelf --hex-dump=.debug_info %t13.o | \
+# RUN: FileCheck %s --check-prefix=LENGTH
+
----------------
jhenderson wrote:
> Should this be INFER-LENGTH? (The test is currently failing...)
Oops, sorry, I forget to modify this line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84008/new/
https://reviews.llvm.org/D84008
More information about the llvm-commits
mailing list