Alex Denisov | a3f5c4c | 2016-04-16 07:03:45 | [diff] [blame] | 1 | @LIT_SITE_CFG_IN_HEADER@ |
Daniel Sanders | 958d69e | 2016-02-09 16:18:15 | [diff] [blame] | 2 | |
Daniel Sanders | 958d69e | 2016-02-09 16:18:15 | [diff] [blame] | 3 | # Tool-specific config options. |
Roman Lebedev | 1b318b1 | 2017-12-12 19:17:52 | [diff] [blame] | 4 | config.name_suffix = "-@CONFIG_NAME@" |
Daniel Sanders | 958d69e | 2016-02-09 16:18:15 | [diff] [blame] | 5 | config.target_cflags = "@MSAN_TEST_TARGET_CFLAGS@" |
Alexey Samsonov | e26c87d | 2016-02-23 01:34:17 | [diff] [blame] | 6 | config.target_arch = "@MSAN_TEST_TARGET_ARCH@" |
Roman Lebedev | 1b318b1 | 2017-12-12 19:17:52 | [diff] [blame] | 7 | config.use_lld = @MSAN_TEST_USE_LLD@ |
| 8 | config.use_thinlto = @MSAN_TEST_USE_THINLTO@ |
Alexey Samsonov | e26c87d | 2016-02-23 01:34:17 | [diff] [blame] | 9 | |
| 10 | # Load common config for all compiler-rt lit tests. |
| 11 | lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") |
| 12 | |
Alexey Samsonov | e3bf521 | 2013-06-06 13:28:37 | [diff] [blame] | 13 | # Load tool-specific config that would do the real work. |
Reid Kleckner | 8007ff1 | 2019-06-27 20:56:04 | [diff] [blame] | 14 | lit_config.load_config(config, "@MSAN_LIT_SOURCE_DIR@/lit.cfg.py") |