summaryrefslogtreecommitdiff
path: root/test/lsan/lit.site.cfg.in
blob: c703d0da48b8b1744fb36642e42491968aa9cf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Autogenerated by LLVM/Clang configuration.
# Do not edit!

# Load common config for all compiler-rt lit tests.
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")

# Tool-specific config options.
config.name_suffix = "@LSAN_TEST_CONFIG_SUFFIX@"
config.target_cflags = "@LSAN_TEST_TARGET_CFLAGS@"
config.lsan_lit_test_mode = "@LSAN_LIT_TEST_MODE@"

# Load tool-specific config that would do the real work.
lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/lit.common.cfg")