blob: c726bba29a79cc89685b654a6c1ce424185962e5 [file] [log] [blame]
Alexey Samsonovd668cd22013-06-06 12:48:20 +00001## Autogenerated by LLVM/Clang configuration.
2# Do not edit!
3
4# Generic config options for all compiler-rt unit tests.
5config.target_triple = "@TARGET_TRIPLE@"
6config.llvm_src_root = "@LLVM_SOURCE_DIR@"
7config.compiler_rt_src_root = "@COMPILER_RT_SOURCE_DIR@"
8config.llvm_build_mode = "@LLVM_BUILD_MODE@"
9
10try:
11 config.llvm_build_mode = config.llvm_build_mode % lit.params
12except KeyError,e:
13 key, = e.args
14 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))
15
16# Setup attributes common for all compiler-rt unit tests.
17lit.load_config(config, "@COMPILER_RT_SOURCE_DIR@/lib/lit.common.unit.cfg")