]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/tsan/libcxx/lit.local.cfg
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / tsan / libcxx / 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 not root.has_libcxx:
9 config.unsupported = True
10