summaryrefslogtreecommitdiff
path: root/test/MC/ARM64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM64/lit.local.cfg')
-rw-r--r--test/MC/ARM64/lit.local.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/MC/ARM64/lit.local.cfg b/test/MC/ARM64/lit.local.cfg
deleted file mode 100644
index 4d6d8826b5..0000000000
--- a/test/MC/ARM64/lit.local.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-config.suffixes = ['.ll', '.s']
-
-targets = set(config.root.targets_to_build.split())
-if not 'ARM64' in targets:
- config.unsupported = True
-