[llvm] r290694 - [COFF] Use 32-bit jump table entries in .rdata for Win64

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 1 09:42:29 PST 2017


On Sun, Jan 1, 2017 at 7:16 AM, Joerg Sonnenberger via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> On Thu, Dec 29, 2016 at 12:12:40AM -0000, Reid Kleckner via llvm-commits
> wrote:
> > Author: rnk
> > Date: Wed Dec 28 18:12:39 2016
> > New Revision: 290694
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=290694&view=rev
> > Log:
> > [COFF] Use 32-bit jump table entries in .rdata for Win64
>
> Does Windows support the large code model?


PE-COFF has a 2GB size limit on all platforms.


> That's currently not working
> well with label differences. Please add a comment to that effect, it
> will make later fixes of the bugs in this area for ELF a bit easier.
>
> Joerg
> _______________________________________________
> 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/20170101/479faec4/attachment.html>


More information about the llvm-commits mailing list