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.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" 7config.python_executable = "@PYTHON_EXECUTABLE@" 8config.enable_shared = @ENABLE_SHARED@ 9config.enable_assertions = @ENABLE_ASSERTIONS@ 10config.targets_to_build = "@TARGETS_TO_BUILD@" 11config.llvm_bindings = "@LLVM_BINDINGS@" 12 13# Support substitution of the tools_dir with user parameters. This is 14# used when we can't determine the tool dir at configuration time. 15try: 16 config.llvm_tools_dir = config.llvm_tools_dir % lit.params 17except KeyError,e: 18 key, = e.args 19 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key)) 20 21# Let the main config do the real work. 22lit.load_config(config, "@LLVM_SOURCE_DIR@/test/lit.cfg") 23