1@LIT_SITE_CFG_IN_HEADER@ 2 3# Tool-specific config options. 4config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@" 5config.asan_lit_source_dir = "@ASAN_LIT_SOURCE_DIR@" 6config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@" 7config.clang = "@ASAN_TEST_TARGET_CC@" 8config.bits = "@ASAN_TEST_BITS@" 9config.android = "@ANDROID@" 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") 18