You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stable/20250402] Cherry-pick "[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (llvm#129601)"
This patch pushes the error handling boundary for the GetBitSize()
methods from Runtime into the Type and CompilerType APIs. This makes
it easier to diagnose problems thanks to more meaningful error
messages being available. GetBitSize() is often the first thing LLDB
asks about a type, so this method is particularly important for a
better user experience.
rdar://145667239
(cherry picked from commit 878a64f)
(cherry picked from commit 642dcd7)
(cherry picked from commit d3e7a33)
0 commit comments