<div dir="ltr">... oops, my bad, I just noticed when looking over the email that I made a mistake in adapting my usual build script to build the release candidate, it uses an incorrect directory name. I'll retry with that fixed.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 3:32 PM, Russell Wallace <span dir="ltr"><<a href="mailto:russell.wallace@gmail.com" target="_blank">russell.wallace@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Tried downloading and building on Windows x64. No obvious error messages and some LLVM binaries were built, but clang was not. Has something changed in the build procedure? This is the script I used:<br><br>svn co <a href="http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_371/rc1" target="_blank">http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_371/rc1</a> llvm-svn<br>cd llvm/tools<br>svn co <a href="http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/rc1" target="_blank">http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/rc1</a> llvm-svn<br><br>cd \llvm-svn<br>if errorlevel 1 goto :eof<br>md build<br>if errorlevel 1 goto :eof<br>cd build<br>if errorlevel 1 goto :eof<br><br>if "%VCINSTALLDIR%"=="" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" x64<br>if errorlevel 1 goto :eof<br><br>\CMake\bin\cmake.exe -DLLVM_ENABLE_TIMESTAMPS=OFF -DLLVM_USE_CRT_DEBUG=MTd -DLLVM_USE_CRT_RELEASE=MT -DPYTHON_EXECUTABLE=C:\Python27\python.exe -G "Visual Studio 14 Win64" ..<br>if errorlevel 1 goto :eof<br><br>msbuild /t:clean,build ALL_BUILD.vcxproj<br>if errorlevel 1 goto :eof<br>msbuild /p:Configuration=Release /t:clean,build /fileLogger ALL_BUILD.vcxproj<br>if errorlevel 1 goto :eof<br><br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 17, 2015 at 3:32 AM, Tom Stellard <span dir="ltr"><<a href="mailto:tom@stellard.net" target="_blank">tom@stellard.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have just tagged 3.7.1-rc1, so it is ready for testing.  As a<br>
reminder, when doing regression testing, use the 3.7.0 release<br>
as your baseline.<br>
<br>
Thanks,<br>
Tom<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>