Sign in
llvm
/
llvm-project
/
compiler-rt
/
f404973e447b7f0110f4beb8be61d7438aa5125d
/
.
/
test
/
tsan
/
Darwin
/
lit.local.cfg.py
blob: 876f0cd638bd2bdb3bebde3d480fed4689bf2bb6 [
file
] [
log
] [
blame
]
def
getRoot
(
config
):
if
not
config
.
parent
:
return
config
return
getRoot
(
config
.
parent
)
root
=
getRoot
(
config
)
if
root
.
target_os
not
in
[
"Darwin"
]:
config
.
unsupported
=
True
config
.
environment
[
"TSAN_OPTIONS"
]
+=
":ignore_noninstrumented_modules=1"