aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/AArch64/lit.local.cfg')
-rw-r--r--test/CodeGen/MIR/AArch64/lit.local.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/MIR/AArch64/lit.local.cfg b/test/CodeGen/MIR/AArch64/lit.local.cfg
deleted file mode 100644
index f4f77c5aa312..000000000000
--- a/test/CodeGen/MIR/AArch64/lit.local.cfg
+++ /dev/null
@@ -1,8 +0,0 @@
-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