[all-commits] [llvm/llvm-project] 6e3ca9: [DebugInfo] Improve error message text

James Henderson via All-commits all-commits at lists.llvm.org
Fri Jan 10 07:00:20 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e3ca962fafb3d2a31279c49f0cde60eb626a002
      https://github.com/llvm/llvm-project/commit/6e3ca962fafb3d2a31279c49f0cde60eb626a002
  Author: James Henderson <jh7370 at my.bristol.ac.uk>
  Date:   2020-01-10 (Fri, 10 Jan 2020)

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

  Log Message:
  -----------
  [DebugInfo] Improve error message text

Unlike most of our errors in the debug line parser, the "no end of
sequence" message was missing any reference to which line table it
refererred to. This change adds the offset to this message.

Reviewed by: dblaikie

Differential Revision: https://reviews.llvm.org/D72443




More information about the All-commits mailing list