From 4cc398f0bc683cef092c5e8ba987f8c18b1294d0 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 18 Aug 2018 08:27:32 +0000 Subject: Vendor import of lldb release_70 branch r339999: https://llvm.org/svn/llvm-project/lldb/branches/release_70@339999 --- lit/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lit/lit.cfg b/lit/lit.cfg index 7e1fcf7520ca..98d69bb4c817 100644 --- a/lit/lit.cfg +++ b/lit/lit.cfg @@ -54,7 +54,7 @@ config.environment['LLVM_SRC_ROOT'] = getattr(config, 'llvm_src_root', '') config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable', '') # Register substitutions -config.substitutions.append(('%python', config.python_executable)) +config.substitutions.append(('%python', "'%s'" % (config.python_executable))) debugserver = lit.util.which('debugserver', lldb_tools_dir) lldb = "%s -S %s/lit-lldb-init" % (lit.util.which('lldb', lldb_tools_dir), -- cgit v1.2.3