xref: /aosp_15_r20/external/compiler-rt/test/tsan/libcxx/lit.local.cfg (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1def getRoot(config):
2  if not config.parent:
3    return config
4  return getRoot(config.parent)
5
6root = getRoot(config)
7
8if not root.has_libcxx:
9  config.unsupported = True
10
11