[cfe-dev] clang/Darwin/x86-64 status on the LLVM test & gcc "compat" test suites

Anders Carlsson andersca at me.com
Wed Feb 11 09:12:37 PST 2009


11 feb 2009 kl. 09.02 skrev Fariborz Jahanian:

> They are the same, except for the 64bit-ness of types. Here it is:
>
> struct __builtin_CFString {
>        const int *isa;          (will point at
> __CFConstantStringClassReference)
>        int flags;
>        const char *str;
>        long length;
>      };
>
> - Fariborz

I did some testing of constant CFString/NSString layout in 64-bit and  
could not find any issues.

Anders




More information about the cfe-dev mailing list