[LLVMdev] Clang binaries for Windows x86-64?

Reid Kleckner rnk at google.com
Fri Jul 25 17:41:06 PDT 2014


I believe we only have 32-bit binaries, but they can produce 64-bit code if
that's what you're looking for.  You simply pass the -m64 flag.

If you want a 64-bit binary for better performance or whatnot, you'll have
to build from source for now.


On Fri, Jul 25, 2014 at 2:57 PM, Simon Koeman <simonk at microsoft.com> wrote:

>  I am trying to find Clang binaries to download for the Windows x86-64
> target and have not been successful.
>
>
>
> Do any such binaries exist?
>
>
>
> Thank you,
>
>
>
> Simon Koeman
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140725/39e53f40/attachment.html>


More information about the llvm-dev mailing list