]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/asan/lit.site.cfg.in
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / asan / lit.site.cfg.in
1 @LIT_SITE_CFG_IN_HEADER@
2
3 # Tool-specific config options.
4 config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"
5 config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
6 config.clang = "@ASAN_TEST_TARGET_CC@"
7 config.bits = "@ASAN_TEST_BITS@"
8 config.apple_platform = "@ASAN_TEST_APPLE_PLATFORM@"
9 config.asan_dynamic = @ASAN_TEST_DYNAMIC@
10 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
11
12 # Load common config for all compiler-rt lit tests.
13 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
14
15 # Load tool-specific config that would do the real work.
16 lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg")