[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / compiler-rt / test / profile / Darwin / lit.local.cfg.py
blob520a963d011984d632735a69bf12d4b3bf3215ac
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 ["Darwin"]:
10 config.unsupported = True