repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git]
/
compiler-rt
/
test
/
tsan
/
Darwin
/
lit.local.cfg.py
blob
7bf80ac5e1375f3069d8d104f4f37cdb5373e642
1
def
getRoot
(
config
):
2
if not
config
.
parent
:
3
return
config
4
return
getRoot
(
config
.
parent
)
5
6
7
root
=
getRoot
(
config
)
8
9
if
root
.
host_os
not in
[
"Darwin"
]:
10
config
.
unsupported
=
True
11
12
config
.
environment
[
"TSAN_OPTIONS"
] +=
":ignore_noninstrumented_modules=1"