Moving WinEH outlining tests to an architecture neutral location
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 22:33:39 +0000 (22:33 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 3 Mar 2015 22:33:39 +0000 (22:33 +0000)
commit92dabb5710dd9efa598a4f26293d069dd6f05e49
treeeb38e8009eb6d66ca62db175f424faffa86ce59d
parent5f4b9f892bf87aa2fbc49f63799b3b69ced1a33c
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
13 files changed:
test/CodeGen/WinEH/cppeh-catch-all.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-catch-scalar.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-frame-vars.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-inalloca.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-min-unwind.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll [new file with mode: 0644]
test/CodeGen/WinEH/lit.local.cfg [new file with mode: 0644]
test/CodeGen/X86/cppeh-catch-all.ll [deleted file]
test/CodeGen/X86/cppeh-catch-scalar.ll [deleted file]
test/CodeGen/X86/cppeh-frame-vars.ll [deleted file]
test/CodeGen/X86/cppeh-inalloca.ll [deleted file]
test/CodeGen/X86/cppeh-min-unwind.ll [deleted file]
test/CodeGen/X86/cppeh-nonalloca-frame-values.ll [deleted file]