summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Set dso_local on external rtti GVs.Rafael Espindola2018-03-141-1/+1
| | | | | | | | | | | In this particular case it would be possible to just add an else with CGM.setDSOLocal(GV), but it seems better to have as many callers as possible just call setGVProperties so that we can centralize the logic there. This patch then makes setGVProperties able to handle null Decls. llvm-svn: 327543
* 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