[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / X86 / lit.local.cfg
blob57054f24c20298ec68ef56c7c93fea54cc64e724
1 # FIXME: For now, override suffixes to exclude any .s tests, because some of the
2 # buildbots have a stray misched-copy.s output file lying around that causes
3 # failures. See misched-copy.s where we try and clean up that file.
5 # It should be possible to remove this override once all the bots have cycled
6 # cleanly.
7 config.suffixes = ['.ll', '.mir', '.test', '.txt']
9 if not 'X86' in config.root.targets:
10     config.unsupported = True