brintos

brintos / llvm-project-archived public Read only

0
0
Text · 683 B · 5b45864 Raw
18 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3# Tool-specific config options.4config.name_suffix = "@RTSAN_TEST_CONFIG_SUFFIX@"5config.rtsan_lit_source_dir = "@RTSAN_LIT_SOURCE_DIR@"6config.target_cflags = "@RTSAN_TEST_TARGET_CFLAGS@"7config.target_arch = "@RTSAN_TEST_TARGET_ARCH@"8config.built_with_llvm = ("@COMPILER_RT_STANDALONE_BUILD@" != "TRUE")9 10if config.built_with_llvm:11  config.available_features.add('built-in-llvm-tree')12 13# Load common config for all compiler-rt lit tests14lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")15 16# Load tool-specific config that would do the real work.17lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg.py")18