clang-tools 19.0.0git
Functions | Variables
lit Namespace Reference

Functions

def calculate_arch_features (arch_string)
 

Variables

 required
 
 name
 
 suffixes
 
 excludes
 
 test_format
 
 test_source_root
 
 test_exec_root
 
lit core_count = lit.util.usable_core_count()
 
 parallelism_group
 
str shlibpath_var = "DYLD_LIBRARY_PATH"
 
 else :
 

Function Documentation

◆ calculate_arch_features()

def lit.calculate_arch_features (   arch_string)

Definition at line 17 of file test/lit.cfg.py.

Variable Documentation

◆ core_count

lit lit.core_count = lit.util.usable_core_count()

Definition at line 14 of file unittests/lit.cfg.py.

◆ else

lit.else :

Definition at line 24 of file unittests/lit.cfg.py.

◆ excludes

lit.excludes

Definition at line 9 of file test/lit.cfg.py.

◆ name

lit.name

Definition at line 7 of file test/lit.cfg.py.

◆ parallelism_group

lit.parallelism_group

Definition at line 18 of file unittests/lit.cfg.py.

◆ required

lit.required

Definition at line 4 of file test/lit.cfg.py.

◆ shlibpath_var

str lit.shlibpath_var = "DYLD_LIBRARY_PATH"

Definition at line 21 of file unittests/lit.cfg.py.

◆ suffixes

lit.suffixes

Definition at line 8 of file test/lit.cfg.py.

◆ test_exec_root

lit.test_exec_root

Definition at line 12 of file test/lit.cfg.py.

◆ test_format

lit.test_format

Definition at line 10 of file test/lit.cfg.py.

◆ test_source_root

lit.test_source_root

Definition at line 11 of file test/lit.cfg.py.