6 from lit
.llvm
import llvm_config
8 # This is the top level configuration. Most of these configuration options will
9 # be overriden by individual lit configuration files in the test
10 # subdirectories. Anything configured here will *not* be loaded when pointing
11 # lit at on of the subdirectories.
14 config
.test_source_root
= os
.path
.dirname(__file__
)
15 config
.test_exec_root
= os
.path
.join(config
.lldb_obj_root
, "test")