svn commit: r338009 - vendor/lldb/dist-release_70/lit

Dimitry Andric dim at FreeBSD.org
Sat Aug 18 08:27:38 UTC 2018


Author: dim
Date: Sat Aug 18 08:27:32 2018
New Revision: 338009
URL: https://svnweb.freebsd.org/changeset/base/338009

Log:
  Vendor import of lldb release_70 branch r339999:
  https://llvm.org/svn/llvm-project/lldb/branches/release_70@339999

Modified:
  vendor/lldb/dist-release_70/lit/lit.cfg

Modified: vendor/lldb/dist-release_70/lit/lit.cfg
==============================================================================
--- vendor/lldb/dist-release_70/lit/lit.cfg	Sat Aug 18 08:27:29 2018	(r338008)
+++ vendor/lldb/dist-release_70/lit/lit.cfg	Sat Aug 18 08:27:32 2018	(r338009)
@@ -54,7 +54,7 @@ config.environment['LLVM_SRC_ROOT'] = getattr(config, 
 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),


More information about the svn-src-all mailing list