<div dir="ltr">Hi Tom,<div><br></div><div>Yes - I think that's fine to pull in.</div><div><br></div><div>Cheers,</div><div>Lang.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 28, 2015 at 1:17 PM, Tom Stellard <span dir="ltr"><<a href="mailto:tom@stellard.net" target="_blank">tom@stellard.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Lang,<br>
<br>
Is this commit OK to merge to the 3.6 branch:<br>
<br>
<a href="http://llvm.org/viewvc/llvm-project?view=revision&revision=234975" target="_blank">http://llvm.org/viewvc/llvm-project?view=revision&revision=234975</a><br>
<span class="HOEnZb"><font color="#888888"><br>
-Tom<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Fri, Apr 17, 2015 at 09:51:54PM -0400, Christian Schafmeister wrote:<br>
><br>
> It was suggested that I include the svn commit number for the patch below:<br>
><br>
> If I read the git log properly it was svn revision 234975<br>
><br>
><br>
> > Hi Tom,<br>
> ><br>
> > I?d like to nominate this commit for the 3.6.1 branch.  It fixes a bug in the generation of JIT?d code that uses exception handling (if it delegates the exception handling to a function outside of the JIT?d code) but doesn?t refer to __eh_frames.  In that case, the __eh_frames segment gets dropped and the JIT?d code becomes a black hole for exceptions, exceptions cannot go through, come out of or go into the JIT?d code.<br>
> ><br>
> > I?m developing a Common Lisp compiler that uses LLVM as the back end and I need this patch for compiling code at the REPL.  I?ve tried upgrading to 3.7tot but a lot of changes have been made to DebugInfo and DIBuilder over the last couple of days and it?s going to take me a while to figure out how to adapt to them<br>
> ><br>
> > <a href="https://github.com/llvm-mirror/llvm/commit/a01f355245534c64dd144bd15c0f3292b856a751" target="_blank">https://github.com/llvm-mirror/llvm/commit/a01f355245534c64dd144bd15c0f3292b856a751</a><br>
</div></div></blockquote></div><br></div>