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

config.clang = "@LLVM_BINARY_DIR@/bin/clang"
config.host_os = "@HOST_OS@"
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
config.llvm_tools_dir = "@LLVM_TOOLS_DIR@"
config.target_triple = "@TARGET_TRIPLE@"

# LLVM tools dir can be passed in lit parameters, so try to
# apply substitution.
try:
  config.llvm_tools_dir = config.llvm_tools_dir % 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, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")