[all-commits] [llvm/llvm-project] f21fcc: [LLDB] Fix 37 tests on Windows
amccarth-google via All-commits
all-commits at lists.llvm.org
Mon Oct 12 11:15:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f21fcccef7197f911a27b960aa2a180e0c7724aa
https://github.com/llvm/llvm-project/commit/f21fcccef7197f911a27b960aa2a180e0c7724aa
Author: Adrian McCarthy <amccarth at google.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M lldb/include/lldb/Host/Config.h.cmake
Log Message:
-----------
[LLDB] Fix 37 tests on Windows
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.
Differential Revision: https://reviews.llvm.org/D89256
More information about the All-commits
mailing list