summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-2/+3
| | | | llvm-svn: 239941
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
| | | | llvm-svn: 230795
* clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts ↵NAKAMURA Takumi2014-06-291-0/+1
| | | | | | for now. llvm-svn: 211996
* test: add a test for windows itanium exceptionsSaleem Abdulrasool2014-06-281-0/+46
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. llvm-svn: 211992
OpenPOWER on IntegriCloud