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