AVX-512: added arithmetic and logical operations.
[oota-llvm.git] / test / CodeGen / X86 / lit.local.cfg
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.
4 #
5 # It should be possible to remove this override once all the bots have cycled
6 # cleanly.
7 config.suffixes = ['.ll', '.c', '.cpp', '.test', '.txt']
8
9 targets = set(config.root.targets_to_build.split())
10 if not 'X86' in targets:
11     config.unsupported = True
12