aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/lit.local.cfg')
-rw-r--r--test/CodeGen/X86/lit.local.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/X86/lit.local.cfg b/test/CodeGen/X86/lit.local.cfg
deleted file mode 100644
index 4a1dd86abc45..000000000000
--- a/test/CodeGen/X86/lit.local.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-# FIXME: For now, override suffixes to exclude any .s tests, because some of the
-# buildbots have a stray misched-copy.s output file lying around that causes
-# failures. See misched-copy.s where we try and clean up that file.
-#
-# It should be possible to remove this override once all the bots have cycled
-# cleanly.
-config.suffixes = ['.ll', '.mir', '.test', '.txt']
-
-if not 'X86' in config.root.targets:
- config.unsupported = True
-