[PATCH] D80796: [DebugInfo] Add use of truncating data extractor to debug line parsing

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 02:37:49 PDT 2020


jhenderson marked an inline comment as done.
jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test:251
+# VERBOSE-NEXT:  DW_LNS_copy
+# VERBOSE:       DW_LNE_set_address (0x0000000000000000)
+
----------------
labath wrote:
> Ideally, I think we should not print this opcode, as we weren't able to read all of it, but I think this is an improvement nonetheless.
Yep, I have a follow-up in the works already to do exactly that (and similar things for standard opcodes at some point).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80796





More information about the llvm-commits mailing list