[cfe-dev] Trying again - building 64bit code on Windows

Hans Wennborg via cfe-dev cfe-dev at lists.llvm.org
Mon Aug 24 15:27:53 PDT 2015


On Mon, Aug 24, 2015 at 2:36 PM, Edward Diener via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> Is clang built form the latest svn source capable of creating 64-bit code on
> a Microsoft Windows 64-bit OS ?

Yes. We build 64-bit Chromium on Windows with Clang continuously.

> If yes, is this done through the -m64 option
> or do I have to build clang from source in some particular way to enable the
> functionality ?

Yes, using clang-cl -m64 is how we do it.

Cheers,
Hans



More information about the cfe-dev mailing list