[LVI] Add trunc to i1 handling. (#124480)
[llvm-project.git] / compiler-rt / test / asan / TestCases / Windows / lit.local.cfg.py
blob57c0979e609621f97e49ac6165dde5b45e2192e0
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 ["Windows"]:
10 config.unsupported = True