16 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3# Tool-specific config options.4config.name_suffix = "@MEMPROF_TEST_CONFIG_SUFFIX@"5config.target_cflags = "@MEMPROF_TEST_TARGET_CFLAGS@"6config.clang = "@MEMPROF_TEST_TARGET_CC@"7config.bits = "@MEMPROF_TEST_BITS@"8config.memprof_dynamic = @MEMPROF_TEST_DYNAMIC@9config.target_arch = "@MEMPROF_TEST_TARGET_ARCH@"10 11# Load common config for all compiler-rt lit tests.12lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")13 14# Load tool-specific config that would do the real work.15lit_config.load_config(config, "@MEMPROF_LIT_SOURCE_DIR@/lit.cfg.py")16