Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / tsan / lit.site.cfg.py.in
blobc6d453aaee26f076c16b5506bd6166d77c9db6d0
1 @LIT_SITE_CFG_IN_HEADER@
3 config.name_suffix = "@TSAN_TEST_CONFIG_SUFFIX@"
4 config.tsan_lit_source_dir = "@TSAN_LIT_SOURCE_DIR@"
5 config.has_libcxx = @TSAN_HAS_LIBCXX@
6 config.apple_platform = "@TSAN_TEST_APPLE_PLATFORM@"
7 config.apple_platform_min_deployment_target_flag = "@TSAN_TEST_MIN_DEPLOYMENT_TARGET_FLAG@"
8 config.target_cflags = "@TSAN_TEST_TARGET_CFLAGS@"
9 config.target_arch = "@TSAN_TEST_TARGET_ARCH@"
10 config.deflake_threshold = "@TSAN_TEST_DEFLAKE_THRESHOLD@"
12 # Load common config for all compiler-rt lit tests.
13 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
15 # Load tool-specific config that would do the real work.
16 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg.py")