[LoongArch] Added spill/reload/copy support for CFRs
[llvm-project.git] / lldb / test / lit.cfg.py
blobf8ab797c4082ccf7a76b27069309505c101fe419
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')