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