[all-commits] [llvm/llvm-project] 51a505: DebugInfo: Simplify line table parsing to take all...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Sep 18 11:18:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 51a505340dfdfdfd9ab32c7267a74db3cdeefa56
https://github.com/llvm/llvm-project/commit/51a505340dfdfdfd9ab32c7267a74db3cdeefa56
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
Log Message:
-----------
DebugInfo: Simplify line table parsing to take all the units together, rather than CUs and TUs separately
More information about the All-commits
mailing list