[all-commits] [llvm/llvm-project] 164e2c: [DWARF] Use getInitialLength in range list parsing

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


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

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFListTable.cpp
    M llvm/test/tools/llvm-dwarfdump/X86/debug_rnglists_invalid.s
    M llvm/test/tools/llvm-dwarfdump/X86/debug_rnglists_reserved_length.s

  Log Message:
  -----------
  [DWARF] Use getInitialLength in range list parsing

Summary:
This could be considered obvious, but I am putting it up to illustrate
the usefulness/impact of the getInitialLength change.

Reviewers: dblaikie, jhenderson, ikudrin

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list