[PATCH] D61670: [RFC] [MinGW] Allow opting out from .refptr stubs
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 8 11:52:35 PDT 2019
rnk added a comment.
Well, I'm curious what meaning GCC ascribes to a medium code model for COFF. Do they generate code to allow PE images larger than 2GB, or is it more like the ELF small code model, where they assume everything can be reached with RIP relative addressing?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61670/new/
https://reviews.llvm.org/D61670
More information about the cfe-commits
mailing list