Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / orc / TestCases / Linux / ppc64 / lit.local.cfg.py
blobdb1dc1c10a1351b2a1c736cefe75da462ff637c0
1 # TODO: jitlink for ppc64/powerpc64 hasn't been well tested yet.
2 # We should support it in the future.
3 if config.root.host_arch != "ppc64le":
4 config.unsupported = True
6 if config.target_arch != "powerpc64le":
7 config.unsupported = True