summaryrefslogtreecommitdiffstats
path: root/clang/test/lit.cfg.py
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2018-06-22 20:03:32 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2018-06-22 20:03:32 +0000
commit9508af351a1648995a28199e972df724350727ca (patch)
tree0e72cca78ef8d7b42bf2a9d8814bf70be4fa767b /clang/test/lit.cfg.py
parent69bc9aa22f22ff3dd8c649a7f6bedbe706410c4c (diff)
downloadbcm5719-llvm-9508af351a1648995a28199e972df724350727ca.tar.gz
bcm5719-llvm-9508af351a1648995a28199e972df724350727ca.zip
Reinstate quotes around the path to python that I accidentaly removed in r335330
This broke users with spaces in the path, like C:\Program Files\Python llvm-svn: 335382
Diffstat (limited to 'clang/test/lit.cfg.py')
-rw-r--r--clang/test/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py
index 5b11691f447..ad30988c179 100644
--- a/clang/test/lit.cfg.py
+++ b/clang/test/lit.cfg.py
@@ -70,7 +70,7 @@ if config.clang_examples:
llvm_config.add_tool_substitutions(tools, tool_dirs)
config.substitutions.append(
- ('%hmaptool', '%s %s' % (config.python_executable,
+ ('%hmaptool', "'%s' %s" % (config.python_executable,
os.path.join(config.llvm_tools_dir, 'hmaptool'))))
# Plugins (loadable modules)
OpenPOWER on IntegriCloud