Home
last modified time | relevance | path

Searched refs:use_lit_shell (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/compiler-rt/test/crt/
Dlit.cfg.py15 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
16 if use_lit_shell:
18 execute_external = (use_lit_shell == "0")
/external/llvm-project/clang-tools-extra/test/
Dlit.cfg.py30 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
31 if use_lit_shell:
33 execute_external = (use_lit_shell == "0")
/external/llvm-project/clang/test/Analysis/exploded-graph-rewriter/
Dlit.local.cfg7 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
8 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
/external/llvm-project/clang/test/Analysis/scan-build/
Dlit.local.cfg7 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
8 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
/external/llvm-project/compiler-rt/test/fuzzer/
Dlit.cfg.py13 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
14 if use_lit_shell:
16 execute_external = (use_lit_shell == "0")
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dlit.cfg.py10 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
11 if use_lit_shell:
13 execute_external = (use_lit_shell == "0")
/external/clang/utils/perf-training/
Dlit.cfg31 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
32 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
Dorder-files.lit.cfg33 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
34 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
/external/llvm-project/clang/utils/perf-training/
Dlit.cfg32 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
33 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
Dorder-files.lit.cfg39 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
40 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
/external/llvm-project/llvm/utils/lit/lit/llvm/
Dconfig.py20 self.use_lit_shell = False
34 self.use_lit_shell = True
40 self.use_lit_shell = lit.util.pythonize_bool(lit_shell_env)
42 if not self.use_lit_shell:
212 if sys.platform in ['win32'] and not self.use_lit_shell:
/external/llvm-project/clang-tools-extra/clangd/test/
Dlit.cfg.py10 config.test_format = lit.formats.ShTest(not lit.llvm.llvm_config.use_lit_shell)
/external/llvm-project/mlir/integration_test/
Dlit.cfg.py20 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/tensorflow/tensorflow/compiler/mlir/
Drunlit.cfg.py37 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlit.cfg.py34 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/mlir/examples/standalone/test/
Dlit.cfg.py21 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/lld/test/
Dlit.cfg.py22 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/flang/test/
Dlit.cfg.py25 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/mlir/test/
Dlit.cfg.py21 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/compiler-rt/test/
Dlit.common.cfg.py17 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") variable
18 if use_lit_shell:
20 execute_external = (use_lit_shell == "0")
/external/llvm-project/lldb/test/Shell/
Dlit.cfg.py24 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/debuginfo-tests/
Dlit.cfg.py26 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm-project/clang/test/
Dlit.cfg.py25 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
/external/llvm/test/
Dlit.cfg30 use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL")
31 if use_lit_shell:
33 execute_external = (use_lit_shell == "0")
/external/llvm-project/llvm/test/
Dlit.cfg.py21 config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)

12