Sign in
llvm
/
llvm-project
/
ec056f54589d937ae3f74d795b94de886cbb7ec7
/
.
/
llvm
/
test
/
CodeGen
/
MIR
/
AArch64
/
lit.local.cfg
blob: d7945e5aace58f5ac5cbcc900cfc2ed42fe67878 [
file
]
import
re
if
not
"AArch64"
in
config
.
root
.
targets
:
config
.
unsupported
=
True
# For now we don't test arm64-win32.
if
re
.
search
(
r
"cygwin|mingw32|win32|windows-gnu|windows-msvc"
,
config
.
target_triple
):
config
.
unsupported
=
True