A Windows-style LLDB_PYTHON_HOME path in a Cmake template didn't have the backslashes escaped, which led to a garbled paths derived from it. Fixed by expanding the environment variable as a raw string literal.
Details
Details
Diff Detail
Diff Detail
Differential D89256
[LLDB] Fix 37 tests on Windows amccarth on Oct 12 2020, 11:03 AM. Authored by
Details
A Windows-style LLDB_PYTHON_HOME path in a Cmake template didn't have the backslashes escaped, which led to a garbled paths derived from it. Fixed by expanding the environment variable as a raw string literal.
Diff Detail |