summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/exceptions-no-rtti.cpp
Commit message (Expand)AuthorAgeFilesLines
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-081-5/+5
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-5/+5
* Set unnamed_addr in every type info.Rafael Espindola2011-01-111-5/+5
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-5/+5
* Emit standard-library RTTI with external linkage, not weak_odr.John McCall2010-08-041-8/+11
* Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTIJohn McCall2010-04-301-0/+48