Lines Matching +full:python +full:- +full:version
6 # python 2.7 backwards compatibility
26 extra_args = "--clang " + shell_quote(clang_path)
28 extra_args += " --opt " + shell_quote(opt_path)
29 # Specify an explicit default version in UTC tests, so that the --version
32 extra_args += " --version=1"
37 # Windows: llvm-lit.py, Linux: llvm-lit
42 glob.glob(os.path.join(config.llvm_tools_dir, "llvm-lit*"))[0]
44 python = shell_quote(config.python_executable)
48 "%s %s %s" % (python, shell_quote(script_path), extra_args),
57 "%s %s -Dclang_lit_site_cfg=%s -j1 -vv"
58 % (python, lit, shell_quote(config.clang_lit_site_cfg)),