2014-05-09 08:28:18 +08:00
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
|
|
|
|
# Tool-specific config options.
|
2016-02-10 00:14:31 +08:00
|
|
|
config.name_suffix = "@CONFIG_NAME@"
|
2014-05-09 08:28:18 +08:00
|
|
|
config.tool_name = "@SANITIZER_COMMON_LIT_TEST_MODE@"
|
2015-03-03 06:03:52 +08:00
|
|
|
config.target_cflags = "@SANITIZER_COMMON_TEST_TARGET_CFLAGS@"
|
|
|
|
config.target_arch = "@SANITIZER_COMMON_TEST_TARGET_ARCH@"
|
2014-05-09 08:28:18 +08:00
|
|
|
|
|
|
|
# Load tool-specific config that would do the real work.
|
|
|
|
lit_config.load_config(config, "@SANITIZER_COMMON_LIT_SOURCE_DIR@/lit.common.cfg")
|
|
|
|
|