[all-commits] [llvm/llvm-project] 94935c: Re-apply "Revert "[DebugInfo] Add error checking a...
Alex via All-commits
all-commits at lists.llvm.org
Tue Jun 6 11:14:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94935c0d9ac89263dd0d7ce6bfb6f700c0f10fa2
https://github.com/llvm/llvm-project/commit/94935c0d9ac89263dd0d7ce6bfb6f700c0f10fa2
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M lld/test/MachO/stabs-dwarf5.s
M lld/test/MachO/stabs-icf.s
M lld/test/MachO/stabs.s
M llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugAbbrevTest.cpp
Log Message:
-----------
Re-apply "Revert "[DebugInfo] Add error checking around data extraction in DWARFAbbreviationDeclaration::extract""
This reverts commit 11d61c079d4b4927efea42a38a27d4586887b764 to re-apply
6836a47b7e6b57927664ec6ec750ae37bb951129 with modifications.
Specifically, the errors in DWARFAbbreviationDeclaration::extract needed
to be moved as they are returned to ensure the right Error constructor
is selected.
More information about the All-commits
mailing list