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. |
| 4 | config.name_suffix = "@MSAN_TEST_CONFIG_SUFFIX@" |
| 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@" |
| 7 | |
| 8 | # Load common config for all compiler-rt lit tests. |
| 9 | lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") |
| 10 | |
Alexey Samsonov | e3bf521 | 2013-06-06 13:28:37 | [diff] [blame] | 11 | # Load tool-specific config that would do the real work. |
Alexey Samsonov | 8434e60 | 2014-02-14 13:02:58 | [diff] [blame] | 12 | lit_config.load_config(config, "@MSAN_LIT_SOURCE_DIR@/lit.cfg") |