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
[docs] Fix build-docs.sh
[llvm-project.git]
/
compiler-rt
/
test
/
orc
/
TestCases
/
Darwin
/
arm64
/
lit.local.cfg.py
blob
a4b20fc5adf6e34782bcdeb6dcffdff824d7e925
1
if
config
.
root
.
host_arch
not in
[
'aarch64'
,
'arm64'
]:
2
config
.
unsupported
=
True
3
4
if
config
.
target_arch
not in
[
'aarch64'
,
'arm64'
]:
5
config
.
unsupported
=
True