mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
f62d4b660d
llvm-svn: 231155
13 lines
481 B
INI
13 lines
481 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', '.test', '.txt']
|
|
|
|
# FIXME: Add Windows on ARM support to these tests.
|
|
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|