[all-commits] [llvm/llvm-project] dba683: [DWARF] Use DWARFDataExtractor::getInitialLength t...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Mar 2 02:24:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dba683ccbe994911c2d7ab65e6cb5b2caae10fb0
https://github.com/llvm/llvm-project/commit/dba683ccbe994911c2d7ab65e6cb5b2caae10fb0
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug-names-verify-short1.s
M llvm/test/tools/llvm-dwarfdump/X86/debug-names-verify-short2.s
M llvm/unittests/DebugInfo/DWARF/DWARFAcceleratorTableTest.cpp
Log Message:
-----------
[DWARF] Use DWARFDataExtractor::getInitialLength to parse debug_names
Summary:
In this patch I've done a slightly bigger rewrite to also remove the
hardcoded header lengths.
Reviewers: jhenderson, dblaikie, ikudrin
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75119
More information about the All-commits
mailing list