2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2016-02-10 00:20:37 +08:00
|
|
|
|
|
|
|
# Tool-specific config options.
|
|
|
|
config.name_suffix = "@DFSAN_TEST_CONFIG_SUFFIX@"
|
|
|
|
config.target_cflags = "@DFSAN_TEST_TARGET_CFLAGS@"
|
2016-02-23 09:34:17 +08:00
|
|
|
config.target_arch = "@DFSAN_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")
|
2016-02-10 00:20:37 +08:00
|
|
|
|
2013-08-08 16:26:39 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2014-02-14 20:05:41 +08:00
|
|
|
lit_config.load_config(config, "@DFSAN_LIT_TESTS_DIR@/lit.cfg")
|