[PATCH] D14275: Make createReferenceType take size and align
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 22:13:16 PST 2015
On Mon, Nov 2, 2015 at 10:04 PM, Keno Fischer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> loladiro added a comment.
>
> Ah, interesting we skip emitting the size of a pointer in the backend.
> Will add the same for reference types.
>
Oh, interesting...
Suspicious why we add it to the metadata then... that seems strange.
(admittedly it comes in handy for the verification you're adding - but I'm
not sure how much we want to add to the metadata to facilitate that sort of
thing & make the debug info less clear in its purpose by doing so)
>
>
> Repository:
> rL LLVM
>
> http://reviews.llvm.org/D14275
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/d95f3924/attachment.html>
More information about the llvm-commits
mailing list