<div dir="ltr"><div>Hi all, </div><div><br></div>I run a build bot which updates and builds trunk llvm on a variety of OSes once every four hours. The windows build has been broken since r246156: <a href="http://104.154.46.123:8010/builders/win-64-trunk">http://104.154.46.123:8010/builders/win-64-trunk</a>. A full clean didn't seem to fix it. Neither did several more recent updates (I'm currently building at 246208).<div><br></div><div>The specific error is at the end of this log:</div><div><br></div><div><a href="http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio">http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio</a></div><div><br></div><div>My build procedure looks like this:</div><div><br></div><div>cmake </div><div> -DCMAKE_INSTALL_PREFIX=../llvm-install </div><div> -DLLVM_ENABLE_TERMINFO=OFF </div><div> -DLLVM_TARGETS_TO_BUILD=X86;ARM;NVPTX;AArch64;Mips </div><div> -DLLVM_ENABLE_ASSERTIONS=ON </div><div> -DLLVM_BUILD_32_BITS=OFF</div><div> -DCMAKE_BUILD_TYPE=Release../llvm/</div><div> -G 'Visual Studio 12 Win64'<br></div><div>MSBuild.exe /m /t:Build /p:Configuration="Debug" .\ALL_BUILD.vcxproj<br></div><div><div>MSBuild.exe /m /t:Build /p:Configuration="Release" .\ALL_BUILD.vcxproj</div></div><div><br></div><div>Suggestions appreciated. All other platforms and llvm versions are currently green: <a href="http://104.154.46.123:8010/waterfall">http://104.154.46.123:8010/waterfall</a>.</div><div><br></div><div>- Andrew</div><div><br></div></div>