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