diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/lit.local.cfg')
-rw-r--r-- | llvm/test/CodeGen/AArch64/lit.local.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AArch64/lit.local.cfg b/llvm/test/CodeGen/AArch64/lit.local.cfg index f4f77c5aa31..ee7a56fb7fc 100644 --- a/llvm/test/CodeGen/AArch64/lit.local.cfg +++ b/llvm/test/CodeGen/AArch64/lit.local.cfg @@ -2,7 +2,3 @@ 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 |