<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div>It was suggested that I include the svn commit number for the patch below:<div><br></div><div>If I read the git log properly it was svn revision <span style="font-family: Menlo; font-size: 11px;">234975</span></div><div><br></div><div><br></div><div><blockquote type="cite"><div>Hi Tom,</div><div><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">https://github.com/llvm-mirror/llvm/commit/a01f355245534c64dd144bd15c0f3292b856a751</a></div></blockquote></div></body></html>