Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / lit.local.cfg
blob4e125419e8b6087fc9a3ddfee1170ef3fbdfa939
1 config.suffixes = [".test", ".s", ".ll", ".bat"]
3 # The environment variable DFLTCC=0 disables use of the hardware compression
4 # facility on SystemZ.  When this facility is enabled, slightly different
5 # compression results can be seen, which can cause spurious failures in the
6 # compressed-debug-level.test test case.
7 if "s390x" in config.host_triple:
8     config.environment["DFLTCC"] = "0"