[PATCH] D74403: [DebugInfo] Print version in error message in decimal

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 06:19:44 PST 2020


jhenderson created this revision.
jhenderson added reviewers: dblaikie, ikudrin, probinson, JDevlieghere, MaskRay.
Herald added subscribers: hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

Also remove some test duplication and add a test case that shows the maximum version is rejected (this shows that the value in the error message is actually in decimal, and not just missing an 0x prefix).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74403

Files:
  lld/test/ELF/undef.s
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test
  llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74403.243844.patch
Type: text/x-patch
Size: 5765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/81c1470d/attachment.bin>


More information about the llvm-commits mailing list