[cfe-commits] MS pure virtual call ABI

João Matos ripzonetriton at gmail.com
Mon Jun 25 14:36:47 PDT 2012


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




More information about the cfe-commits mailing list