2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2016-02-10 00:18:15 +08:00
|
|
|
|
|
|
|
# Tool-specific config options.
|
|
|
|
config.name_suffix = "@MSAN_TEST_CONFIG_SUFFIX@"
|
|
|
|
config.target_cflags = "@MSAN_TEST_TARGET_CFLAGS@"
|
2016-02-23 09:34:17 +08:00
|
|
|
config.target_arch = "@MSAN_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-06-06 21:28:37 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2014-02-14 21:02:58 +08:00
|
|
|
lit_config.load_config(config, "@MSAN_LIT_SOURCE_DIR@/lit.cfg")
|