]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/sanitizer_common/TestCases/FreeBSD/lit.local.cfg
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / sanitizer_common / TestCases / FreeBSD / lit.local.cfg
1 def getRoot(config):
2   if not config.parent:
3     return config
4   return getRoot(config.parent)
5
6 root = getRoot(config)
7
8 if root.host_os not in ['FreeBSD']:
9   config.unsupported = True