[cfe-dev] Windows x86-64 calling convention and ELF

Michael Spencer bigcheesegs at gmail.com
Thu Jul 26 02:16:30 PDT 2012


On Thu, Jul 26, 2012 at 12:19 AM, Sun, Rui <rui.sun at intel.com> wrote:
> Hi, Folks,
>
>
>
> It is possible for CLANG to generate code using Windows x86-64 calling
> convention in an ELF object file, something like __attribute__((ms_abi)) in
> GCC? I tried something like -ccc-host-triple x86_64-win32-elf, but it did
> not seem work.
>
>
>
> BTW, where can I find documentation on supported combinations of
> -ccc-host-triple?
>
>
>
> Thanks,
>
> Rui

Both Clang and LLVM have no way to generate Win64 ABI code for ELF.

- Michael Spencer



More information about the cfe-dev mailing list