adrian-prantl wrote: > Actually, the CI failure appears to be relevant. The error path in the test > is `errno->std::error_code->Status->Expected` and the code in > `CheckIPSupport` expects to get a `llvm::ECError`. It looks like it gets a > different type now, and I think that's probably fine, but we should also > relax the expectation there.
The problem here is that Status::FromErrno() doesn't create a CloneableECError, so these get lowered to a StringError during cloning. Fix coming up. https://github.com/llvm/llvm-project/pull/106774 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits