This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix 37 tests on Windows
ClosedPublic

Authored by amccarth on Oct 12 2020, 11:03 AM.

Details

Summary

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

Event Timeline

amccarth created this revision.Oct 12 2020, 11:03 AM
amccarth requested review of this revision.Oct 12 2020, 11:03 AM
This revision is now accepted and ready to land.Oct 12 2020, 11:04 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2020, 11:15 AM