[PATCH] D75118: [DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 00:24:22 PST 2020


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

I have only one comment. LGTM with it. Please wait to see if others have any comments too.



================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp:2509
 
 TEST(DWARFDebugInfo, TestErrorReportingPolicy) {
   Triple Triple("x86_64-pc-linux");
----------------
There are no more error reporting policies, so the test needs a rename probably.
Perhaps just `TestErrorReporting`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75118/new/

https://reviews.llvm.org/D75118





More information about the llvm-commits mailing list