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
[CodeGen] Remove some implict conversions of MCRegister to unsigned by using(). NFC
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-exegesis
/
AArch64
/
lit.local.cfg
blob
0c7920cdc764b9cbccaaad1363afb6ea072d1e4a
1
if not ("AArch64" in config.root.targets):
2
# We need support for AArch64.
3
config.unsupported = True
4
elif not ("aarch64" in config.root.host_triple):
5
# We need to be running on an AArch64 host.
6
config.unsupported = True