Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update clang to take into account the changes to personality fns | David Majnemer | 2015-06-17 | 1 | -2/+3 |
| | | | | llvm-svn: 239941 | ||||
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
| | | | | llvm-svn: 230795 | ||||
* | clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts ↵ | NAKAMURA Takumi | 2014-06-29 | 1 | -0/+1 |
| | | | | | | for now. llvm-svn: 211996 | ||||
* | test: add a test for windows itanium exceptions | Saleem Abdulrasool | 2014-06-28 | 1 | -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 |