Sign in
ara-mdk
/
platform
/
external
/
compiler-rt
/
42296c7b5d69e6d79390005b6e1861ca66e3a0cb
/
.
/
lib
/
asan
/
lit_tests
/
Linux
/
lit.local.cfg
blob: 57271b8078a49730b9ae06f901ec3faf907dcef5 [
file
] [
log
] [
blame
]
def
getRoot
(
config
):
if
not
config
.
parent
:
return
config
return
getRoot
(
config
.
parent
)
root
=
getRoot
(
config
)
if
root
.
host_os
not
in
[
'Linux'
]:
config
.
unsupported
=
True