[llvm-dev] Showcase of the Windows/ARM64/MinGW target
Martin Storsjö via llvm-dev
llvm-dev at lists.llvm.org
Mon May 21 11:21:37 PDT 2018
On Mon, 21 May 2018, Reid Kleckner wrote:
> On Mon, May 21, 2018 at 3:54 AM Martin Storsjö via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> Other than relocations, the main bits were varargs
> handling, hooking up
> small flags and bits here and there as you find what's
> missing, minor
> windows/coff specific details like linker directives and
> dllimport
> handling, and slightly larger things such as stack
> probing and TLS.
>
>
> Or, you know, just all the things. :)
Hah, well, at least the non-vararg calling convention is (as far as I know
this far) the same as on other platforms - unlike on x86_64, where
everything differs.
Or maybe put another way; the ARM64 related bits wasn't all that much
work, compared to everything related to MinGW.
> Congrats on the demo!
Thanks!
// Martin
More information about the llvm-dev
mailing list