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