diff options
| author | Kendal Harland <3987220+kendalharland@users.noreply.github.com> | 2024-07-26 10:43:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 10:43:58 -0700 |
| commit | 3e593b9b3b86ebf28e24c3a33791be49e0735af5 (patch) | |
| tree | 84fb18f50fc580b1fc819d784f79d254eaba829e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 599a91a7df6b75f93b91507e0caedd8dd1996641 (diff) | |
[lldb] Remove python helper getCompilerBinary() (#100660)
This causes a number of tests be `UNRESOLVED` on Windows if
`getCompiler()` has a space in the name, because `getCompilerBinary()`
unconditionally splits on whitespace and returns the first result, which
might just be`"C:\Program"` if using a compiler such as `clang-cl` `cl`
from the absolute path to Visual studio's installation directory.
Co-authored-by: kendal <kendal@thebrowser.company>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
