| # Tool-specific config options. |
| config.name_suffix = "@TYSAN_TEST_CONFIG_SUFFIX@" |
| config.target_cflags = "@TYSAN_TEST_TARGET_CFLAGS@" |
| config.clang = "@TYSAN_TEST_TARGET_CC@" |
| config.bits = "@TYSAN_TEST_BITS@" |
| config.arm_thumb = "@COMPILER_RT_ARM_THUMB@" |
| config.apple_platform = "@TYSAN_TEST_APPLE_PLATFORM@" |
| config.apple_platform_min_deployment_target_flag = "@TYSAN_TEST_MIN_DEPLOYMENT_TARGET_FLAG@" |
| config.target_arch = "@TYSAN_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") |
| # Load tool-specific config that would do the real work. |
| lit_config.load_config(config, "@TYSAN_LIT_SOURCE_DIR@/lit.cfg.py") |