2013-08-17 02:01:18 +08:00
|
|
|
# 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.
|
2014-05-13 03:57:31 +08:00
|
|
|
config.suffixes = ['.ll', '.test', '.txt']
|
2013-08-17 02:01:18 +08:00
|
|
|
|
2012-03-25 17:02:19 +08:00
|
|
|
targets = set(config.root.targets_to_build.split())
|
2012-02-16 14:28:33 +08:00
|
|
|
if not 'X86' in targets:
|
|
|
|
config.unsupported = True
|
|
|
|
|