<div dir="ltr">Yes I'm building for 32 bits.  I'm aware of x64 -> x86 cross toolchain.  Should we consider making that the default toolchain for 32-bit targets across all of LLVM?</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 22, 2016 at 1:21 AM John Sully <<a href="mailto:john@csquare.ca">john@csquare.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">https://support.microsoft.com/en-us/kb/2891057</a><br></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div><div class="gmail_extra"><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></div></div><div class="gmail_extra"><div class="gmail_quote"><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></blockquote></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">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>
</blockquote></div>