Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / asan_abi / lit.site.cfg.py.in
blob0261159b664a279f1df8872333fa1aaa514d8916
1 @LIT_SITE_CFG_IN_HEADER@
3 # Tool-specific config options.
4 config.name_suffix = "@ASAN_ABI_TEST_CONFIG_SUFFIX@"
5 config.target_cflags = "@ASAN_ABI_TEST_TARGET_CFLAGS@"
6 config.clang = "@ASAN_ABI_TEST_TARGET_CC@"
7 config.bits = "@ASAN_ABI_TEST_BITS@"
8 config.arm_thumb = "@COMPILER_RT_ARM_THUMB@"
9 config.apple_platform = "@ASAN_ABI_TEST_APPLE_PLATFORM@"
10 config.apple_platform_min_deployment_target_flag = "@ASAN_ABI_TEST_MIN_DEPLOYMENT_TARGET_FLAG@"
11 config.target_arch = "@ASAN_ABI_TEST_TARGET_ARCH@"
13 # Load common config for all compiler-rt lit tests.
14 lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured")
16 # Load tool-specific config that would do the real work.
17 lit_config.load_config(config, "@ASAN_ABI_LIT_SOURCE_DIR@/lit.cfg.py")