2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2012-07-31 23:43:11 +08:00
|
|
|
|
2013-06-06 20:35:48 +08:00
|
|
|
# Tool-specific config options.
|
2014-02-14 17:22:10 +08:00
|
|
|
config.name_suffix = "@ASAN_TEST_CONFIG_SUFFIX@"
|
2014-05-08 03:22:16 +08:00
|
|
|
config.target_cflags = "@ASAN_TEST_TARGET_CFLAGS@"
|
2014-02-14 17:22:10 +08:00
|
|
|
config.clang = "@ASAN_TEST_TARGET_CC@"
|
|
|
|
config.bits = "@ASAN_TEST_BITS@"
|
2020-10-13 01:23:26 +08:00
|
|
|
config.arm_thumb = "@COMPILER_RT_ARM_THUMB@"
|
2018-06-20 21:33:42 +08:00
|
|
|
config.apple_platform = "@ASAN_TEST_APPLE_PLATFORM@"
|
2020-02-15 03:35:06 +08:00
|
|
|
config.apple_platform_min_deployment_target_flag = "@ASAN_TEST_MIN_DEPLOYMENT_TARGET_FLAG@"
|
2014-04-01 21:16:30 +08:00
|
|
|
config.asan_dynamic = @ASAN_TEST_DYNAMIC@
|
|
|
|
config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
|
2014-02-14 17:22:10 +08:00
|
|
|
|
|
|
|
# Load common config for all compiler-rt lit tests.
|
2014-02-14 19:00:07 +08:00
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
2012-08-07 19:00:19 +08:00
|
|
|
|
2013-06-06 20:35:48 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2019-06-28 04:56:04 +08:00
|
|
|
lit_config.load_config(config, "@ASAN_LIT_SOURCE_DIR@/lit.cfg.py")
|