[all-commits] [llvm/llvm-project] bbaa63: [llvm/DebugInfo] Print DW_AT_ranges offset as part...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Apr 27 16:45:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bbaa639ba966d2a20c00554701af1168caca6dfb
https://github.com/llvm/llvm-project/commit/bbaa639ba966d2a20c00554701af1168caca6dfb
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[llvm/DebugInfo] Print DW_AT_ranges offset as part of verifier error.
Print the DW_AT_ranges offset as part of the verifier error, like we do
for the DW_AT_stmt_list offset.
Commit: a4ccfd95655d1d9d87e82b6836e91d3478966b58
https://github.com/llvm/llvm-project/commit/a4ccfd95655d1d9d87e82b6836e91d3478966b58
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Log Message:
-----------
[llvm/DebugInfo] Fix typo in DWARFTypeUnit ctor call
We were passing the AppleObjCSection instead of the AddrSection. Maybe
the API changed and this remained unnoticed because the types are the
same, or maybe it's just a typo.
Compare: https://github.com/llvm/llvm-project/compare/da8918f27e30...a4ccfd95655d
More information about the All-commits
mailing list