blob: 47264d0986946afe37948c7fbb9528ecd47bab50 [file] [log] [blame]
Alex Denisova3f5c4c2016-04-16 07:03:451@LIT_SITE_CFG_IN_HEADER@
Daniel Sanders958d69e2016-02-09 16:18:152
Daniel Sanders958d69e2016-02-09 16:18:153# Tool-specific config options.
Roman Lebedev1b318b12017-12-12 19:17:524config.name_suffix = "-@CONFIG_NAME@"
Daniel Sanders958d69e2016-02-09 16:18:155config.target_cflags = "@MSAN_TEST_TARGET_CFLAGS@"
Alexey Samsonove26c87d2016-02-23 01:34:176config.target_arch = "@MSAN_TEST_TARGET_ARCH@"
Roman Lebedev1b318b12017-12-12 19:17:527config.use_lld = @MSAN_TEST_USE_LLD@
8config.use_thinlto = @MSAN_TEST_USE_THINLTO@
Alexey Samsonove26c87d2016-02-23 01:34:179
10# Load common config for all compiler-rt lit tests.
11lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
12
Alexey Samsonove3bf5212013-06-06 13:28:3713# Load tool-specific config that would do the real work.
Reid Kleckner8007ff12019-06-27 20:56:0414lit_config.load_config(config, "@MSAN_LIT_SOURCE_DIR@/lit.cfg.py")