]> granicus.if.org Git - clang/commit
test: add a test for windows itanium exceptions
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Jun 2014 23:34:15 +0000 (23:34 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Jun 2014 23:34:15 +0000 (23:34 +0000)
commitb123d1d1897ecb6a41339c4c6590c34b192e63b1
tree7c6f198270c6e9b0f8ffa047ddd31984b833b045
parent4fd1047140ad542fc8a11d370d102d19171c81ed
test: add a test for windows itanium exceptions

Some time ago, I noticed that try would get resolved incorrectly for Windows
Itanium targets.  Add an explicit test to exsure that exceptions are handled
correctly for Windows Itanium environments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211992 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/windows-itanium-exceptions.cpp [new file with mode: 0644]