Home
last modified time | relevance | path

Searched defs:use_lit_shell (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/test/
H A Dlit.cfg.py23 use_lit_shell = True global() variable
26 use_lit_shell = not lit.util.pythonize_bool(lit_shell_env) global() variable
/llvm-project/compiler-rt/test/fuzzer/
H A Dlit.cfg.py13 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dlit.cfg.py12 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
/llvm-project/compiler-rt/test/
H A Dlit.common.cfg.py116 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") global() variable