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