<div dir="ltr">Thanks! That should get me on the right track.<div><br></div><div>Direct reply was accidental. Thanks for putting me back on the list :-)</div><div><br></div><div>I'll repost with details once I've got it working.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 27, 2017 at 10:00 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi John,<br>
<br>
[Adding llvm-dev again; best to keep these things in the open so they<br>
show up in future searches].<br>
<span class=""><br>
On 27 February 2017 at 19:46, John Cortell <<a href="mailto:john.cortell@gmail.com">john.cortell@gmail.com</a>> wrote:<br>
> After building the solution cmake gave me (with X86), I got those libraries<br>
> I wanted, but they appear to be 32-bit. I need 64-bit versions.<br>
<br>
</span>Ah, that was my second guess. My limited reading suggests that Windows<br>
has completely separate compilers to produce x64 and x32<br>
libraries/binaries. A bit of grubbing around the internet suggests<br>
CMake exposes this with the CMAKE_GENERATOR_PLATFORM variable, and -A<br>
on the command line. So I'd suggest:<br>
<br>
c:\cmake-3.8.0-rc1-win64-x64\<wbr>bin\cmake.exe<br>
-DLLVM_TARGETS_TO_BUILD=x86_64 -G "Visual Studio 14" -A Win64<br>
<br>
(plus a path to the source). That last argument is a bit of a guess,<br>
but fits in with documentation at<br>
<a href="https://cmake.org/cmake/help/v3.8/generator/Visual%20Studio%2014%202015.html" rel="noreferrer" target="_blank">https://cmake.org/cmake/help/<wbr>v3.8/generator/Visual%<wbr>20Studio%2014%202015.html</a><br>
(for example).<br>
<br>
Hope this works out for you.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>