CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / lit.local.cfg
index a8ad0f1a28b23766c81a5a49d05536859b8226bf..4a1dd86abc4503c87fbface2cc57d65c0f45a4fa 100644 (file)
@@ -1,6 +1,11 @@
-config.suffixes = ['.ll', '.c', '.cpp']
+# 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']
 
-targets = set(config.root.targets_to_build.split())
-if not 'X86' in targets:
+if not 'X86' in config.root.targets:
     config.unsupported = True