Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / WinEH / lit.local.cfg
blobb39ce3299f7e9f5e22c872c73441879fd8b70a52
1 # FIXME: For now, override suffixes to exclude any .s tests, because some of the
2 # buildbots have a stray misched-copy.s output file lying around that causes
3 # failures. See misched-copy.s where we try and clean up that file.
5 # It should be possible to remove this override once all the bots have cycled
6 # cleanly.
7 config.suffixes = [".ll", ".test", ".txt"]
9 # FIXME: Add Windows on ARM support to these tests.
10 if not "X86" in config.root.targets:
11     config.unsupported = True