forked from OSchip/llvm-project
17 lines
529 B
INI
17 lines
529 B
INI
## 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.msan_binary_dir = "@MSAN_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, "@MSAN_SOURCE_DIR@/lit_tests/Unit/lit.cfg")
|