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@"
7config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
8config.clang = "@ASAN_TEST_TARGET_CC@"
9config.llvm_tools_dir = "@ASAN_TEST_LLVM_TOOLS_DIR@"
10config.bits = "@ASAN_TEST_BITS@"
11config.android = "@CAN_TARGET_arm_android@"
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")
20