<div dir="ltr">Correct, though this is certainly not the only issue preventing LLVM 3.6 from being usable on Windows. I think we got a few of them backported to 3.6.1, but there's a few more still remaining. </div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 23, 2015 at 6:08 PM, Dale Martin <span dir="ltr"><<a href="mailto:Dale.Martin@mathworks.com" target="_blank">Dale.Martin@mathworks.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div dir="auto">
<div>That implies that 3.6 is not really useable on Windows, doesn't it, since the legacy JIT was removed? (At least if you could need the large code model.)<br>
<br>
Sent from my iPhone</div><div><div class="h5">
<div><br>
On May 23, 2015, at 5:25 PM, Keno Fischer <<a href="mailto:kfischer@college.harvard.edu" target="_blank">kfischer@college.harvard.edu</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div dir="ltr">The commits in question are r234839 and you'll probably also want r236341. I don't think these are the kinds of commits that should generally be back ported. It's not really a small self-contained commit. If you're willing you can probably carry
 these patches yourself (we will be doing so on top of 3.6 until 3.7 is released), but do note that in my experience using MCJIT with the large code model does not quite work yet (it's on my todo list to work out exactly why and fit). Also, I believe the memory
 allocation scheme for MCJIT was rewritten slightly between 3.5 and trunk, so there may be additional problems I don't know about.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, May 23, 2015 at 5:12 PM, Eric Christopher <span dir="ltr">
<<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</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">Hi Dale,
<div><br>
</div>
<div>I don't think that Keno's rewrite is applicable for a bug fix release. We have, in the last year, moved to having some dot releases for our older releases, but these are definitely bug fix only and low risk as we don't want to break anything new. </div>
<div><br>
</div>
<div>The release documentation is located here:</div>
<div><br>
</div>
<div><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_HowToReleaseLLVM.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=Ii8VDebkXLUNVR03raDWSaxnnuxoMudCYzAT21IUuI0&s=lHmGHbjN2jrOJnAfd0JjgTR5YiZ9YJSTc9JMr95IHL4&e=" target="_blank">http://llvm.org/docs/HowToReleaseLLVM.html</a></div>
<div><br>
</div>
<div>for future reference. There's no official long term support strategy past the information on that page, previously we released every 6 mos without dot releases at all so this is a fairly new trial for us. Backporting of patches is at the discretion of
 the author, the code owner, and the release manager.</div>
<div><br>
</div>
<div>Keno: perfectly happy to entertain a backport of your patch if you want to do such a thing, but IIRC it was a bit more than a simple bug fix.</div>
<span><font color="#888888">
<div><br>
</div>
<div>-eric</div>
</font></span>
<div>
<div>
<div><br>
<div class="gmail_quote">On Sat, May 23, 2015 at 7:28 AM Dale Martin <<a href="mailto:Dale.Martin@mathworks.com" target="_blank">Dale.Martin@mathworks.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>​This sounds pretty serious and it won't be easy for us to upgrade - particularly not to trunk.  Are there plans to take bug fixes like this into llvm 3.5.x point releases?  (Do I remember right that 3.5.x is supposed to have some kind of long term support?
  Where is that process documented?)<br>
</p>
<p><br>
</p>
<p>Thanks,<br>
</p>
<p>  Dale<br>
</p>
<p><br>
</p>
<div style="color:rgb(33,33,33)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Lang Hames <<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>><br>
<b>Sent:</b> Friday, May 22, 2015 7:55 PM<br>
<b>To:</b> Keno Fischer<br>
<b>Cc:</b> Ramkumar Ramachandra; Peng Cheng; LLVMdev; Dale Martin<br>
<b>Subject:</b> Re: [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows</font>
<div> </div>
</div>
</div>
</div>
<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<div style="color:rgb(33,33,33)">
<div>
<div dir="ltr">
<div><br>
</div>
<div>On Fri, May 22, 2015 at 4:14 PM, Keno Fischer <span dir="ltr"><<a href="mailto:kfischer@college.harvard.edu" target="_blank">kfischer@college.harvard.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">This might be related to GOT relocations. I rewrote that part of RuntimeDyldELFbecause I was seeing this issue. Have you tried trunk?</div>
<div>
<div></div>
</div>
</blockquote>
</div>
<div><br>
</div>
<div>I didn't notice that you were running 3.5 the first time I read this. Keno's diagnosis is very likely to be correct. You should try trunk if you're able to.</div>
<div><br>
</div>
<div>- Lang.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, May 22, 2015 at 4:14 PM, Keno Fischer <span dir="ltr">
<<a href="mailto:kfischer@college.harvard.edu" target="_blank">kfischer@college.harvard.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">This might be related to GOT relocations. I rewrote that part of RuntimeDyldELFbecause I was seeing this issue. Have you tried trunk?</div>
<div>
<div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, May 22, 2015 at 5:10 PM, Ramkumar Ramachandra <span dir="ltr">
<<a href="mailto:artagnon@gmail.com" target="_blank">artagnon@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">So it appears that we get about half the crashes with the large code model. The rest are crashing in the same way. It could either mean that large code model still takes that crashing codepath and that the number of crashes only went down by
 chance, or that in one place in the flow, large code model is not matched to mean ELF::R_X86_64_PC64. I'm digging into this issue further, but any hints along the way would be appreciated.
<div><br>
</div>
<div>Thanks.</div>
<div><br>
</div>
<div>Ram</div>
</div>
<div>
<div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, May 19, 2015 at 12:06 PM, Reid Kleckner <span dir="ltr">
<<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">That sounds like a PC-relative relocation failure. Usually this happens when the relocation target is more than 2 GB away from the source. Try using the large code model or tweaking the memory manager.
<div><br>
</div>
<div>It turns out it's surprisingly hard to portably allocate some memory and then allocate some more within a 2 GB offset of the first allocation in a 64-bit process. For various reasons that I don't understand, reserving 2 GB of address space upfront and
 allocating from that is not workable for some MCJIT clients.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">
<div>
<div>On Tue, May 19, 2015 at 7:19 AM, Ramkumar Ramachandra <span dir="ltr"><<a href="mailto:artagnon@gmail.com" target="_blank">artagnon@gmail.com</a>></span> wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>We are seeing sporadic crashes since we migrated to MCJIT on Win64. The same tests pass without issues on Mac64 and Linux64. The issue is this assertion failure in RuntimeDyldELF.c:</div>
<div><br>
</div>
<div>  RealOffset <= INT32_MAX && RealOffset >= INT32_MIN</div>
<div><br>
</div>
<div>I haven't managed to successfully catch the failure in Visual to try and debug it. Any tips on how to make progress?</div>
<div><br>
</div>
<div>Oh, and we're on LLVM 3.5.</div>
<div><br>
</div>
<div>Thanks.</div>
<div><br>
</div>
<div>Ram</div>
</div>
<br>
</div>
</div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
</div></div></div>

</blockquote></div><br></div>