summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WinEH/lit.local.cfg
blob: b39ce3299f7e9f5e22c872c73441879fd8b70a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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