[PATCH] [ms-cxxabi] Remove hack from GetAddrOfCXXDestructor for complete dtors

Reid Kleckner rnk at google.com
Wed Oct 9 11:22:33 PDT 2013


Hi timurrrr,

Now that -mconstructor-aliases works for linkonce functions, we should
use aliases instead.  This makes our code less consistent with MSVC's
code, but that was never really a goal.

http://llvm-reviews.chandlerc.com/D1872

Files:
  lib/CodeGen/CGCXX.cpp
  test/CodeGenCXX/microsoft-abi-exceptions.cpp
  test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
  test/CodeGenCXX/microsoft-abi-static-initializers.cpp
  test/CodeGenCXX/microsoft-abi-structors.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1872.1.patch
Type: text/x-patch
Size: 9968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131009/76981361/attachment.bin>


More information about the cfe-commits mailing list