brintos

brintos / llvm-project-archived public Read only

0
0
Text · 526 B · 8400af6 Raw
15 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3config.name_suffix = "@UBSAN_TEST_CONFIG_SUFFIX@"4 5# Tool-specific config options.6config.target_cflags = "@UBSAN_TEST_TARGET_CFLAGS@"7config.target_arch = "@UBSAN_TEST_TARGET_ARCH@"8config.test_cfi = @UBSAN_TEST_HAS_CFI_PYBOOL@9 10# Load common config for all compiler-rt lit tests.11lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")12 13# Load tool-specific config that would do the real work.14lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/lit.common.cfg.py")15