blob: de893474d280f0b2f42db4699555ebc0e897327b [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.
Pirama Arumuga Nainarc58a4362016-09-19 23:00:23 -07004config.name_suffix = "@LSAN_TEST_CONFIG_SUFFIX@"
5config.target_cflags = "@LSAN_TEST_TARGET_CFLAGS@"
Stephen Hines2d1fdb22014-05-28 23:58:16 -07006config.lsan_lit_test_mode = "@LSAN_LIT_TEST_MODE@"
Pirama Arumuga Nainarc58a4362016-09-19 23:00:23 -07007config.target_arch = "@LSAN_TEST_TARGET_ARCH@"
8
9# Load common config for all compiler-rt lit tests.
10lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
Stephen Hines2d1fdb22014-05-28 23:58:16 -070011
12# Load tool-specific config that would do the real work.
13lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/lit.common.cfg")