mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Moving WinEH outlining tests to an architecture neutral location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f4b9f892b
commit
92dabb5710
12
test/CodeGen/WinEH/lit.local.cfg
Normal file
12
test/CodeGen/WinEH/lit.local.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user