[PATCH] D40200: [DWARF] Fix handling of extended line-number opcodes

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 14:44:05 PST 2017


probinson created this revision.
probinson added a project: debug-info.
Herald added subscribers: hiraditya, arichardson, emaste.

Tripped over this while writing a different test (and doing the line-number program incorrectly).
There are UI aspects here that I thought people might want to express an opinion about.

This one doesn't depend on others of my in-flight patches, although it's obviously in the same area.


https://reviews.llvm.org/D40200

Files:
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/test/DebugInfo/X86/dwarfdump-bogus-LNE.s
  llvm/test/MC/ELF/discriminator.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40200.123424.patch
Type: text/x-patch
Size: 6790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171117/dbff8fdc/attachment.bin>


More information about the llvm-commits mailing list