summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/virt-dtor-key.cpp
AgeCommit message (Expand)Author
2025-05-14[Cygwin] RTTI and VTable should be dllexport-ed (#139798)Tomohiro Kashiwada
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
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