[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / lldb / test / lit.cfg.py
blobeefc32aabd16d3f4977e42ca2a36db4b9ed0fade
1 # -*- Python -*-
3 import os
5 import lit.formats
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.
13 config.name = "lldb"
14 config.test_source_root = os.path.dirname(__file__)
15 config.test_exec_root = os.path.join(config.lldb_obj_root, "test")