<div dir="ltr"><div>Are you building for 32-bits?  By default that uses the 32-bit toolchain and you're likely running out of address space - especially if you use LTCG.  You can build with the 64-bit compiler (and still output 32-bits) which should fix your issue.<br><br></div>More information can be found here: <a href="https://support.microsoft.com/en-us/kb/2891057">https://support.microsoft.com/en-us/kb/2891057</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 21, 2016 at 5:49 PM, Zachary Turner via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">For at least a couple of months now, I have been seeing intermittent out of memory errors when linking libclang.dll with MSVC.  I've seen this on buildbots as well as my local workstation which has 64GB of memory.  I've seen it with MSVC 2013 as well as MSVC 2015 Update 1.<div><br></div><div>Does anyone know what might have gone into cause this?  It's brought down the LLDB buildbot pretty much permamently as all builds are now failing with this.</div><div><br></div><div>At first it was happening only intermittently much like it happens on my local workstation, but now that it's surfacing more often, I feel like it's worth investigating.</div><div><br></div><div>First question: Is anyone else seeing this when building with MSVC?</div><div>Second question: Any ideas what might have happened in the past couple months to trigger this or how to go about tracking down the cause?</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>