<div dir="ltr"><div>Using the following set of commands I get a compiler crash in astcontext.cpp from VS2015.</div><div><br></div><div>svn co <a href="http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_370/final/">http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_370/final/</a> llvm<br>cd llvm\tools<br>svn co <a href="http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_370/final/">http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_370/final/</a> clang<br>cd clang\tools<br>svn co <a href="http://llvm.org/svn/llvm-project/clang-tools-extra/tags/RELEASE_370/final/">http://llvm.org/svn/llvm-project/clang-tools-extra/tags/RELEASE_370/final/</a> extra<br>cd ..\..\..\..\<br>mkdir build<br>cd build<br>cmake -G "Visual Studio 14" ..\llvm<br>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" LLVM.sln /build Release </div><div><br></div><div><br></div><div>It builds successfully in Debug mode, but Release mode crashes.  I have filed a bug with Microsoft here: </div><div><font size="2"><a href="https://connect.microsoft.com/VisualStudio/feedback/details/1741530">https://connect.microsoft.com/VisualStudio/feedback/details/1741530</a></font></div></div>