Files
clang-p2996/lldb/source/API
Alex Langford 623ad8a8dd [lldb] Fix SBPlatform after f4be9ff645
If you pass `nullptr` (or `None` from python) to SBPlatform::SetSDKRoot,
LLDB crashes. Let's be more resilient to `nullptr` here.

Differential Revision: https://reviews.llvm.org/D152962
2023-06-14 15:46:00 -07:00
..