Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / profile / AIX / lit.local.cfg.py
blob55462708e3b6c06cc3ce298d6ee5d8c66b7c0964
1 def getRoot(config):
2 if not config.parent:
3 return config
4 return getRoot(config.parent)
7 root = getRoot(config)
9 if root.host_os not in ["AIX"]:
10 config.unsupported = True