We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f29d30 commit 16c6e0fCopy full SHA for 16c6e0f
clang/test/lit.cfg.py
@@ -81,7 +81,7 @@
81
config.test_source_root, "Analysis", "check-analyzer-fixit.py")
82
config.substitutions.append(
83
('%check_analyzer_fixit',
84
- '%s %s' % (config.python_executable, check_analyzer_fixit_path)))
+ '"%s" %s' % (config.python_executable, check_analyzer_fixit_path)))
85
86
llvm_config.add_tool_substitutions(tools, tool_dirs)
87
0 commit comments