1## Autogenerated by LLVM/Clang configuration.
2# Do not edit!
3
4config.llvm_obj_root = "@LLVM_BINARY_DIR@"
5config.llvm_src_root = "@LLVM_SOURCE_DIR@"
6config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@"
7config.llvm_build_mode = "@LLVM_BUILD_MODE@"
8
9try:
10  config.llvm_build_mode = config.llvm_build_mode % lit.params
11except KeyError,e:
12  key, = e.args
13  lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))
14
15# Let the main config do the real work.
16lit.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
17