blob: 1b6fed2cb9d685a407cf6240857566338641bb6b [file] [log] [blame]
Pirama Arumuga Nainarc58a4362016-09-19 23:00:23 -07001@LIT_SITE_CFG_IN_HEADER@
Stephen Hines2d1fdb22014-05-28 23:58:16 -07002
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@"
Stephen Hines2d1fdb22014-05-28 23:58:16 -07008config.bits = "@ASAN_TEST_BITS@"
Stephen Hines6d186232014-11-26 17:56:19 -08009config.android = "@ANDROID@"
Stephen Hines2d1fdb22014-05-28 23:58:16 -070010config.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")