]> git.proxmox.com Git - rustc.git/blob - src/libcompiler_builtins/compiler-rt/test/tsan/Darwin/lit.local.cfg
e74e82dbf47434f9c57a9ea708f4dbe85b2405ac
[rustc.git] / src / libcompiler_builtins / compiler-rt / test / tsan / Darwin / 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 root.host_os not in ['Darwin']:
9 config.unsupported = True
10
11 config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=1'