Searched refs:python_exec (Results 1 – 3 of 3) sorted by relevance
| /external/llvm-project/clang-tools-extra/test/ |
| D | lit.cfg.py | 129 python_exec = sh_quote(config.python_executable) variable 135 '%s %s' % (python_exec, check_clang_tidy)) ) 140 '%s %s' % (python_exec, clang_tidy_diff)) ) 145 '%s %s' % (python_exec, run_clang_tidy)) )
|
| /external/llvm-project/compiler-rt/test/asan/ |
| D | lit.cfg.py | 181 python_exec = sh_quote(get_required_attr(config, "python_executable")) variable 186 config.substitutions.append( ("%asan_symbolize", python_exec + " " + asan_symbolize + " ") ) 193 config.substitutions.append( ("%sancov ", python_exec + " " + sancov + " ") )
|
| /external/compiler-rt/test/asan/ |
| D | lit.cfg | 134 python_exec = get_required_attr(config, "python_executable") 135 config.substitutions.append( ("%asan_symbolize", python_exec + " " + asan_symbolize + " ") ) 142 python_exec = get_required_attr(config, "python_executable") 143 config.substitutions.append( ("%sancov ", python_exec + " " + sancov + " ") )
|