[cfe-commits] MS pure virtual call ABI

Chandler Carruth chandlerc at google.com
Tue Jun 26 23:13:40 PDT 2012


Can you include a citation of the spec you're basing the contents of the
patch off of please?


On Mon, Jun 25, 2012 at 2:36 PM, João Matos <ripzonetriton at gmail.com> wrote:

> AFAIK this is independent of bitness. It's just the equivalent of
> "__cxa_pure_virtual" in the Itanium ABI and is used also in the 64bit
> MS ABI.
>
> On Mon, Jun 25, 2012 at 10:19 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
> > On Sun, Jun 24, 2012 at 5:43 PM, João Matos <ripzonetriton at gmail.com>
> wrote:
> >>
> >> Attached is a patch that abstract the virtual pure call C++ ABI. It
> >> also implements the correct one for the MS ABI.
> >
> >
> > What ABI are you basing this on?
> >
> > Currently, Clang is focused on Win64 support based on the published win64
> > ABI specs, so it may take some time for this patch to get reviewed
> > otherwise...
>
>
>
> --
> João Matos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120626/d3071fb0/attachment.html>


More information about the cfe-commits mailing list