Current LLVM code base does not use error handler with ErrorPolicy.
This patch removes ErrorPolicy from DWARFContext.
This patch is extracted from the D74308.
Paths
| Differential D75118
[DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext. ClosedPublic Authored by avl on Feb 25 2020, 7:55 AM.
Details Summary Current LLVM code base does not use error handler with ErrorPolicy. This patch is extracted from the D74308.
Diff Detail
Event TimelineComment Actions I have only one comment. LGTM with it. Please wait to see if others have any comments too.
This revision is now accepted and ready to land.Feb 26 2020, 12:21 AM Closed by commit rG949134e2fefd: [DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext. (authored by avl). · Explain WhyFeb 26 2020, 1:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246825 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
|
There are no more error reporting policies, so the test needs a rename probably.
Perhaps just TestErrorReporting?