forked from OSchip/llvm-project
16 lines
607 B
Python
16 lines
607 B
Python
@LIT_SITE_CFG_IN_HEADER@
|
|
|
|
# Tool-specific config options.
|
|
config.name_suffix = "@MEMPROF_TEST_CONFIG_SUFFIX@"
|
|
config.target_cflags = "@MEMPROF_TEST_TARGET_CFLAGS@"
|
|
config.clang = "@MEMPROF_TEST_TARGET_CC@"
|
|
config.bits = "@MEMPROF_TEST_BITS@"
|
|
config.memprof_dynamic = @MEMPROF_TEST_DYNAMIC@
|
|
config.target_arch = "@MEMPROF_TEST_TARGET_ARCH@"
|
|
|
|
# Load common config for all compiler-rt lit tests.
|
|
lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
|
|
|
|
# Load tool-specific config that would do the real work.
|
|
lit_config.load_config(config, "@MEMPROF_LIT_SOURCE_DIR@/lit.cfg.py")
|