aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/lit.local.cfg
blob: 3d91b03d609dbfa5afede19ff5ed5553d418c149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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', '.test', '.txt']

targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
    config.unsupported = True