1# -*- Python -*-
2
3## Autogenerated by Makefile ##
4# Do not edit!
5
6# Preserve some key paths for use by main LLVM test suite config.
7config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
8
9# Let the main config do the real work.
10lit.load_config(config, os.path.join(config.llvm_obj_root, 'test/lit.cfg'))
11