2016-04-16 15:03:45 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Tool-specific config options.
|
2014-02-18 16:56:49 +08:00
|
|
|
config.ubsan_lit_test_mode = "@UBSAN_LIT_TEST_MODE@"
|
2015-02-27 03:19:44 +08:00
|
|
|
config.target_cflags = "@UBSAN_TEST_TARGET_CFLAGS@"
|
|
|
|
config.target_arch = "@UBSAN_TEST_TARGET_ARCH@"
|
2013-05-20 19:13:33 +08:00
|
|
|
|
2016-02-23 09:34:17 +08:00
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
|
2013-06-06 21:28:37 +08:00
|
|
|
# Load tool-specific config that would do the real work.
|
2014-02-18 16:56:49 +08:00
|
|
|
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/lit.common.cfg")
|