15 lines · plain
1@LIT_SITE_CFG_IN_HEADER@2 3# Tool-specific config options.4config.name_suffix = "@CTX_PROFILE_TEST_CONFIG_SUFFIX@"5config.target_cflags = "@CTX_PROFILE_TEST_TARGET_CFLAGS@"6config.clang = "@CTX_PROFILE_TEST_TARGET_CC@"7config.bits = "@CTX_PROFILE_TEST_BITS@"8config.target_arch = "@CTX_PROFILE_TEST_TARGET_ARCH@"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, "@CTX_PROFILE_LIT_SOURCE_DIR@/lit.cfg.py")15