[C++20] [Modules] Fix may-be incorrect ADL for module local entities (#123931)
[llvm-project.git] / compiler-rt / test / sanitizer_common / TestCases / Linux / lit.local.cfg.py
blob603ca0365068f5e6917664eff43452bb1dc856de
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 ["Linux"]:
10 config.unsupported = True