[PATCH] D75118: [DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 07:57:40 PST 2020
avl created this revision.
avl added reviewers: jhenderson, dblaikie, grimar, aprantl, JDevlieghere.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
avl added a project: debug-info.
Current LLVM code base does not use error handler with ErrorPolicy.
This patch removes ErrorPolicy from DWARFContext.
This patch is extracted from the D74308 <https://reviews.llvm.org/D74308>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75118
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75118.246466.patch
Type: text/x-patch
Size: 7533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/26bfba5a/attachment.bin>
More information about the llvm-commits
mailing list