xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# FIXME: For now, override suffixes to exclude any .s tests, because some of the
2*9880d681SAndroid Build Coastguard Worker# buildbots have a stray misched-copy.s output file lying around that causes
3*9880d681SAndroid Build Coastguard Worker# failures. See misched-copy.s where we try and clean up that file.
4*9880d681SAndroid Build Coastguard Worker#
5*9880d681SAndroid Build Coastguard Worker# It should be possible to remove this override once all the bots have cycled
6*9880d681SAndroid Build Coastguard Worker# cleanly.
7*9880d681SAndroid Build Coastguard Workerconfig.suffixes = ['.ll', '.mir', '.test', '.txt']
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Workerif not 'X86' in config.root.targets:
10*9880d681SAndroid Build Coastguard Worker    config.unsupported = True
11*9880d681SAndroid Build Coastguard Worker
12