Sign in
llvm
/
llvm-project
/
e68efed71ba818a9eb18a2baede922e1e2ff9a46
/
.
/
compiler-rt
/
test
/
builtins
/
TestCases
/
Darwin
/
lit.local.cfg.py
blob: af82d30cf4de9e8e9d4d49a4d37909eefe8904f7 [
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