[Lldb-commits] [lldb] [lldb-dap] Mitigate a build error on Windows. (PR #137388)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 27 23:46:28 PDT 2025


labath wrote:

> Weird, I wonder what the protected member is that the error is talking about. Anyway, this seems fine.

> 'llvm::Error::Error'

It's the default constructor. I guess the implementation tries to default construct the object on some (maybe not dynamically reachable) code path.

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


More information about the lldb-commits mailing list