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

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 1 07:16:08 PST 2017


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? 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


More information about the llvm-commits mailing list