Home
last modified time | relevance | path

Searched defs:python_executable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/test/
H A Dlit.cfg.py171 python_executable = config.python_executable global() variable
175 python_executable = f"LD_PRELOAD=$({config.host_cxx} -print-file-name=libclang_rt.asan-{config.host_arch}.so) {config.python_executable}" global() variable
179 python_executable = '"%s"' % (python_executable) global() variable
[all...]
/llvm-project/lldb/test/API/
H A Dlit.cfg.py146 python_executable = find_python_interpreter() variable