[llvm-dev] 3.7.1-rc1 has been tagged. Let's begin testing!
Russell Wallace via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 17 07:32:42 PST 2015
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:
svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_371/rc1 llvm-svn
cd llvm/tools
svn co http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/rc1 llvm-svn
cd \llvm-svn
if errorlevel 1 goto :eof
md build
if errorlevel 1 goto :eof
cd build
if errorlevel 1 goto :eof
if "%VCINSTALLDIR%"=="" call "C:\Program Files (x86)\Microsoft Visual
Studio 14.0\VC\vcvarsall" x64
if errorlevel 1 goto :eof
\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" ..
if errorlevel 1 goto :eof
msbuild /t:clean,build ALL_BUILD.vcxproj
if errorlevel 1 goto :eof
msbuild /p:Configuration=Release /t:clean,build /fileLogger
ALL_BUILD.vcxproj
if errorlevel 1 goto :eof
On Tue, Nov 17, 2015 at 3:32 AM, Tom Stellard <tom at stellard.net> wrote:
> Hi,
>
> I have just tagged 3.7.1-rc1, so it is ready for testing. As a
> reminder, when doing regression testing, use the 3.7.0 release
> as your baseline.
>
> Thanks,
> Tom
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151117/531fe848/attachment.html>
More information about the llvm-dev
mailing list