[all-commits] [llvm/llvm-project] d87cd4: PECOFF: consume errors properly
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Mon Apr 17 07:55:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d87cd45e4d855b57aed76dbd72c270ed152542ff
https://github.com/llvm/llvm-project/commit/d87cd45e4d855b57aed76dbd72c270ed152542ff
Author: Saleem Abdulrasool <abdulras at thebrowser.company>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
Log Message:
-----------
PECOFF: consume errors properly
We would not ensure that the error is consumed in the case that logging
is disabled. Ensure that we properly drop the error on the floor or we
would re-trigger the checked failure.
Differential Revision: https://reviews.llvm.org/D147669
Reviewed By: sgraenitz
More information about the All-commits
mailing list