diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/lit.cfg.py | 2 |
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) |