[all-commits] [llvm/llvm-project] 206e8d: Fix SBError::SetErrorToGenericError
Andy Yankovsky via All-commits
all-commits at lists.llvm.org
Mon Oct 26 07:45:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 206e8d8905035f6e9049b97c9cd8af0eaa5aa118
https://github.com/llvm/llvm-project/commit/206e8d8905035f6e9049b97c9cd8af0eaa5aa118
Author: Andy Yankovsky <weratt at gmail.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M lldb/source/API/SBError.cpp
A lldb/test/API/python_api/sberror/TestSBError.py
Log Message:
-----------
Fix SBError::SetErrorToGenericError
`SBError::SetErrorToGenericError` should call `Status::SetErrorToGenericError`,
not `Status::SetErrorToErrno`.
Reviewed By: teemperor
Differential Revision: https://reviews.llvm.org/D90151
More information about the All-commits
mailing list