Sign in
llvm
/
llvm-project
/
llvm
/
5c4b039b3e40c0c4f3ccfbbe875ca6a406e28206
/
.
/
test
/
tools
/
llvm-exegesis
/
AArch64
/
lit.local.cfg
blob: 55b3963f60312e476f80b7ca39bd4dc0e1117b4f [
file
] [
log
] [
blame
]
if
not
(
"AArch64"
in
config
.
root
.
targets
):
# We need support for AArch64.
config
.
unsupported
=
True
elif
not
(
"aarch64"
in
config
.
root
.
host_triple
):
# We need to be running on an PPC host.
config
.
unsupported
=
True