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
[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git]
/
compiler-rt
/
test
/
asan
/
TestCases
/
Android
/
lit.local.cfg.py
blob
4c6066a65d4f354a81ec97e0af2d551cdc55c622
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
.
android
!=
"1"
:
10
config
.
unsupported
=
True
11
12
config
.
substitutions
.
append
((
"
%de
vice"
,
"/data/local/tmp/Output"
))