summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorKendal Harland <3987220+kendalharland@users.noreply.github.com>2024-07-26 10:43:58 -0700
committerGitHub <noreply@github.com>2024-07-26 10:43:58 -0700
commit3e593b9b3b86ebf28e24c3a33791be49e0735af5 (patch)
tree84fb18f50fc580b1fc819d784f79d254eaba829e /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent599a91a7df6b75f93b91507e0caedd8dd1996641 (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