Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / memprof / lit.site.cfg.py.in
blobce7dbb1618f79d41e8929a590164021e923cbea1
1 @LIT_SITE_CFG_IN_HEADER@
3 # Tool-specific config options.
4 config.name_suffix = "@MEMPROF_TEST_CONFIG_SUFFIX@"
5 config.target_cflags = "@MEMPROF_TEST_TARGET_CFLAGS@"
6 config.clang = "@MEMPROF_TEST_TARGET_CC@"
7 config.bits = "@MEMPROF_TEST_BITS@"
8 config.memprof_dynamic = @MEMPROF_TEST_DYNAMIC@
9 config.target_arch = "@MEMPROF_TEST_TARGET_ARCH@"
11 # Load common config for all compiler-rt lit tests.
12 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
14 # Load tool-specific config that would do the real work.
15 lit_config.load_config(config, "@MEMPROF_LIT_SOURCE_DIR@/lit.cfg.py")