2016-07-23 20:45:36 +00:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
2015-01-07 19:55:37 +00:00
|
|
|
|
|
|
|
# Tool-specific config options.
|
|
|
|
config.ubsan_lit_test_mode = "@UBSAN_LIT_TEST_MODE@"
|
2015-09-06 18:41:23 +00:00
|
|
|
config.target_cflags = "@UBSAN_TEST_TARGET_CFLAGS@"
|
|
|
|
config.target_arch = "@UBSAN_TEST_TARGET_ARCH@"
|
2015-01-07 19:55:37 +00:00
|
|
|
|
2016-07-23 20:45:36 +00:00
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
|
2015-01-07 19:55:37 +00:00
|
|
|
# Load tool-specific config that would do the real work.
|
|
|
|
lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/lit.common.cfg")
|