[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / compiler-rt / test / builtins / TestCases / Darwin / lit.local.cfg.py
bloba85dfcd24c08ef81ad0ea8587f2e81d25486a65f
1 def getRoot(config):
2 if not config.parent:
3 return config
4 return getRoot(config.parent)
6 root = getRoot(config)
8 if root.host_os not in ['Darwin']:
9 config.unsupported = True