aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/virt-dtor-key.cpp
AgeCommit message (Expand)Author
2017-09-01Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI dat...Martin Storsjo
2014-02-08type_info objects are not unnamed_addr: the ABI requires us toJohn McCall
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2011-01-11Set unnamed_addr in every type info.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...Anders Carlsson
2009-11-27Fix for PR5594: use EmitGlobalDefinition instead of EmitCXXDestructor so thatEli Friedman