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
[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git]
/
compiler-rt
/
test
/
sanitizer_common
/
TestCases
/
NetBSD
/
lit.local.cfg.py
blob
3cd1aa667343c000845394e3318207a863f046ad
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
[
"NetBSD"
]:
10
config
.
unsupported
=
True