Hi,<div><br></div><div>I just did a "make install" on Win7x64 using Mingw64 and it dropped off the files in "C:\Program Files (x86)\LLVM".  That's almost right, but nicer would be if the 64-bit build was dropped off in "C:\Program Files\LLVM".  </div>
<div><br></div><div>I am fairly confident that it is me who is doing something wrong because I simply do this:</div><div><br></div><div>   (retrieve trunk version of LLVM, Clang, etc.)</div><div>   (ask CMake to create Makefiles in other directory)</div>
<div>   make install</div><div><br></div><div>So, the way I see it, the build system has no real way of knowing that it is doing a 64-bit build.  It probably assumes it is doing a 32-bit build because I have not explicitly told it that we're talking a 64-bit build.</div>
<div><br></div><div>Ahh, the docs revealed that I could use --prefix.  But I guess this should be determined automatically somehow?  Or am I guessing wrong.  The install location is as follows:</div><div><br></div><div>   Win32:</div>
<div>         Mingw32:</div><div>                 %SYSTEMDRIVE%\Program Files\LLVM</div><div>         Mingw64:</div><div>                 N/A</div><div>   Win64:</div><div>         Mingw32:</div><div>                 %SYSTEMDRIVE%\Program Files (x86)\LLVM</div>
<div>         Mingw64:</div><div>                  %SYSTEMDRIVE%\Program Files\LLVM</div><div><br></div><div>Or, that's how I perceive the optimal way to be.</div><div>    <br clear="all"><div><br></div><div>Cheers,</div>
<div>Mikael</div>-- Love Thy Frog!<br>
</div>