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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Posix
/
lit.local.cfg.py
blob
60a9460820a62154e721d5d2be44b13a66d66b44
1
def
getRoot
(
config
):
2
if not
config
.
parent
:
3
return
config
4
return
getRoot
(
config
.
parent
)
5
6
root
=
getRoot
(
config
)
7
8
if
root
.
host_os
in
[
'Windows'
]:
9
config
.
unsupported
=
True