]> git.proxmox.com Git - rustc.git/blame - src/compiler-rt/test/asan/lit.site.cfg.in
New upstream version 1.12.0+dfsg1
[rustc.git] / src / compiler-rt / test / asan / lit.site.cfg.in
CommitLineData
5bcae85e 1@LIT_SITE_CFG_IN_HEADER@
1a4d82fc
JJ
2
3# Tool-specific config options.
4config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"
5config.asan_lit_source_dir = "@ASAN_LIT_SOURCE_DIR@"
92a42be0 6config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
1a4d82fc 7config.clang = "@ASAN_TEST_TARGET_CC@"
1a4d82fc 8config.bits = "@ASAN_TEST_BITS@"
92a42be0 9config.android = "@ANDROID@"
1a4d82fc
JJ
10config.asan_dynamic = @ASAN_TEST_DYNAMIC@
11config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
12
13# Load common config for all compiler-rt lit tests.
14lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
15
16# Load tool-specific config that would do the real work.
17lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg")