[all-commits] [llvm/llvm-project] d97865: [DWARFDebugLine] Use new DWARFDataExtractor::getIn...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Mar 2 02:15:56 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d978656fd0612d81b7bf84fc7e36e5b70592c07d
      https://github.com/llvm/llvm-project/commit/d978656fd0612d81b7bf84fc7e36e5b70592c07d
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

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

  Log Message:
  -----------
  [DWARFDebugLine] Use new DWARFDataExtractor::getInitialLength

Summary:
The error messages change somewhat, but I believe the overall
informational value remains unchanged.

Reviewers: jhenderson, dblaikie, ikudrin

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list