Home | History | Annotate | Download | only in Unit
      1 ## Autogenerated by LLVM/Clang configuration.
      2 # Do not edit!
      3 
      4 config.target_triple = "@TARGET_TRIPLE@"
      5 config.llvm_src_root = "@LLVM_SOURCE_DIR@"
      6 config.llvm_build_mode = "@LLVM_BUILD_MODE@"
      7 config.asan_binary_dir = "@ASAN_BINARY_DIR@"
      8 
      9 try:
     10   config.llvm_build_mode = config.llvm_build_mode % lit.params
     11 except 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.
     16 lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")
     17