[Lldb-commits] [lldb] [lldb][intel-pt] Fix build error on conversion from llvm::Error to Status::FromError (PR #108719)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 14 15:05:57 PDT 2024


Jlalond wrote:

Hey @kusmour. I actually looked into this on Thursday, see #108248. If we are going to merge this I think we should just call `std::move` and not `Status::FromError(std::move(err))` as the API takes an err r-value.

https://github.com/llvm/llvm-project/pull/108719


More information about the lldb-commits mailing list