|
clang-tools 22.0.0git
|
Functions | |
| calculate_arch_features (arch_string) | |
Variables | |
| bool | use_lit_shell = True |
| lit_shell_env = os.environ.get("LIT_USE_INTERNAL_SHELL") | |
| name | |
| suffixes | |
| excludes | |
| test_format | |
| test_source_root | |
| test_exec_root | |
| core_count = lit.util.usable_core_count() | |
| parallelism_group | |
| str | shlibpath_var = "DYLD_LIBRARY_PATH" |
| lit.calculate_arch_features | ( | arch_string | ) |
Definition at line 31 of file test/lit.cfg.py.
| lit.core_count = lit.util.usable_core_count() |
Definition at line 14 of file unittests/lit.cfg.py.
| lit.excludes |
Definition at line 23 of file test/lit.cfg.py.
| lit.lit_shell_env = os.environ.get("LIT_USE_INTERNAL_SHELL") |
Definition at line 17 of file test/lit.cfg.py.
| lit.name |
Definition at line 21 of file test/lit.cfg.py.
| lit.parallelism_group |
Definition at line 18 of file unittests/lit.cfg.py.
| str lit.shlibpath_var = "DYLD_LIBRARY_PATH" |
Definition at line 21 of file unittests/lit.cfg.py.
| lit.suffixes |
Definition at line 22 of file test/lit.cfg.py.
| lit.test_exec_root |
Definition at line 26 of file test/lit.cfg.py.
| lit.test_format |
Definition at line 24 of file test/lit.cfg.py.
| lit.test_source_root |
Definition at line 25 of file test/lit.cfg.py.
| lit.use_lit_shell = True |
Definition at line 16 of file test/lit.cfg.py.