mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
ef57fb7144
Sanity check Python on OSX for LLDB tests Two primary changes: * Don't get past the configure stage if `python` isn't coming from `/usr/bin` * Call `debugger.Terminate()` to prevent segfaults on newer versions of LLDB. Closes #32994