Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / compiler-rt / test / tsan / Darwin / lit.local.cfg.py
blob7bf80ac5e1375f3069d8d104f4f37cdb5373e642
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
12 config.environment["TSAN_OPTIONS"] += ":ignore_noninstrumented_modules=1"