[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 30 12:19:17 PDT 2024
================
@@ -107,7 +107,7 @@ class LLDB_API SBError {
lldb_private::Status &ref();
- void SetError(const lldb_private::Status &lldb_error);
+ void SetError(lldb_private::Status &&lldb_error);
----------------
bulbazord wrote:
This also breaks ABI.
https://github.com/llvm/llvm-project/pull/106774
More information about the lldb-commits
mailing list