[cfe-dev] 3.7.1-rc1 has been tagged. Let's begin testing!

Russell Wallace via cfe-dev cfe-dev at lists.llvm.org
Tue Nov 17 07:37:57 PST 2015


... 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.

On Tue, Nov 17, 2015 at 3:32 PM, Russell Wallace <russell.wallace at gmail.com>
wrote:

> 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/cfe-dev/attachments/20151117/593348f1/attachment.html>


More information about the cfe-dev mailing list