mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
e491451730
llvm-svn: 188567
13 lines
483 B
INI
13 lines
483 B
INI
# 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']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|
|
|