<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">>
</span>cd llvm/tools<br>
> svn co <a href="http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/rc1">http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_371/rc1</a> llvm-svn<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The last argument should be 'clang'. You've probably got an llvm/tools/llvm-svn directory instead of llvm/tools/clang.<o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif""><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> llvm-dev [mailto:llvm-dev-bounces@lists.llvm.org]
<b>On Behalf Of </b>Russell Wallace via llvm-dev<br>
<b>Sent:</b> 17 November 2015 15:33<br>
<b>To:</b> Tom Stellard<br>
<b>Cc:</b> llvm-dev; cfe-dev@lists.llvm.org<br>
<b>Subject:</b> Re: [llvm-dev] 3.7.1-rc1 has been tagged. Let's begin testing!<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">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">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">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<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Tue, Nov 17, 2015 at 3:32 AM, Tom Stellard <<a href="mailto:tom@stellard.net" target="_blank">tom@stellard.net</a>> wrote:<o:p></o:p></p>
<p class="MsoNormal">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<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>