summaryrefslogtreecommitdiff
path: root/lib/asan/lit_tests/Unit/lit.site.cfg.in
blob: 07584a6fdf328955c667d5b4c6e5b11cd905eabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Autogenerated by LLVM/Clang configuration.
# Do not edit!

config.target_triple = "@TARGET_TRIPLE@"
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_build_mode = "@LLVM_BUILD_MODE@"
config.asan_binary_dir = "@ASAN_BINARY_DIR@"

try:
  config.llvm_build_mode = config.llvm_build_mode % lit.params
except KeyError,e:
  key, = e.args
  lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))

# Let the main config do the real work.
lit.load_config(config, "@ASAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")