2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2016-02-10 00:22:39 +08:00
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Tool-specific config options.
|
2016-02-10 00:22:39 +08:00
|
|
|
config.name_suffix = "@LSAN_TEST_CONFIG_SUFFIX@"
|
|
|
|
config.target_cflags = "@LSAN_TEST_TARGET_CFLAGS@"
|
2014-02-18 16:56:49 +08:00
|
|
|
config.lsan_lit_test_mode = "@LSAN_LIT_TEST_MODE@"
|
2016-02-23 09:34:17 +08:00
|
|
|
config.target_arch = "@LSAN_TEST_TARGET_ARCH@"
|
|
|
|
|
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
2013-05-20 19:13:33 +08:00
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2014-02-18 16:56:49 +08:00
|
|
|
lit_config.load_config(config, "@LSAN_LIT_SOURCE_DIR@/lit.common.cfg")
|