[PATCH] MS RTTI Generation

Warren Hunt whunt at google.com
Mon May 19 18:05:22 PDT 2014


Hi majnemer, rnk,

This patch gives clang the ability to generate cl.exe compatible RTTI structures.  Because we don't support sections in llvm properly we can't emit vtables that reference the rtti data yet but this patch allows us to generate the data-structures.

http://reviews.llvm.org/D3833

Files:
  lib/AST/MicrosoftMangle.cpp
  lib/CodeGen/CGRTTI.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/MicrosoftCXXABI.cpp
  test/CodeGenCXX/microsoft-abi-rtti.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3833.9593.patch
Type: text/x-patch
Size: 48629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140520/7142d7a6/attachment.bin>


More information about the cfe-commits mailing list