[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
Fix SBError::SetErrorToGenericError`SBError::SetErrorToGenericError` should call `Status::SetErrorToGenericError`,not `Status::SetErrorToErrno`.Reviewed By: teemperorDifferential Revision: htt
Fix SBError::SetErrorToGenericError`SBError::SetErrorToGenericError` should call `Status::SetErrorToGenericError`,not `Status::SetErrorToErrno`.Reviewed By: teemperorDifferential Revision: https://reviews.llvm.org/D90151