aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-08-18 08:27:32 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-08-18 08:27:32 +0000
commit4cc398f0bc683cef092c5e8ba987f8c18b1294d0 (patch)
treec93330e2c5a462a686e90228f75b8fbafdc0c4d0
parente984e73e538ddaa390659357b6ed6fec7e41fa7c (diff)
downloadsrc-4cc398f0bc683cef092c5e8ba987f8c18b1294d0.tar.gz
src-4cc398f0bc683cef092c5e8ba987f8c18b1294d0.zip
Notes
Notes: svn path=/vendor/lldb/dist-release_70/; revision=338009 svn path=/vendor/lldb/lldb-release_70-r346007/; revision=340124; tag=vendor/lldb/lldb-release_70-r346007
-rw-r--r--lit/lit.cfg2
1 files changed, 1 insertions, 1 deletions
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),