lit.site.cfg.in revision 2155d459a7de626bb77849e5956ef2363d7d4a87
1## Autogenerated by LLVM/Clang configuration.
2# Do not edit!
3config.llvm_src_root = "@LLVM_SOURCE_DIR@"
4config.llvm_obj_root = "@LLVM_BINARY_DIR@"
5config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
6config.llvmgcc_dir = "@LLVMGCCDIR@"
7config.llvm_build_mode = "@LLVM_BUILD_MODE@"
8
9# Let the main config do the real work.
10lit.load_config(config, "@LLVM_SOURCE_DIR@/test/Unit/lit.cfg")
11