[all-commits] [llvm/llvm-project] 949134: [DebugInfo][NFC] Remove handler with ErrorPolicy f...
avl-llvm via All-commits
all-commits at lists.llvm.org
Wed Feb 26 13:42:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 949134e2fefd34a38ed71de90dffe2300e2e1139
https://github.com/llvm/llvm-project/commit/949134e2fefd34a38ed71de90dffe2300e2e1139
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext.
Summary:
Current LLVM code base does not use error handler with ErrorPolicy.
This patch removes ErrorPolicy from DWARFContext.
This patch is extracted from the D74308.
Reviewers: jhenderson, dblaikie, grimar, aprantl, JDevlieghere
Reviewed By: grimar
Subscribers: hiraditya, llvm-commits
Tags: #llvm, #debug-info
Differential Revision: https://reviews.llvm.org/D75118
More information about the All-commits
mailing list