[LLVMdev] [PATCH] Fix recompileAndRelinkFunction

Chris Lattner clattner at apple.com
Mon Dec 21 21:14:13 PST 2009


On Dec 19, 2009, at 3:36 PM, Gianluca Guida wrote:

> Hello,
> 
> JIT::recompileAndRelinkFunction's runJITOnFunction does not use the
> MCI arg, causing null pointer deferences at every call.
> 
> Attached patch makes runJITOnFunction more reliable.

When would MCI be null?

-Chris



More information about the llvm-dev mailing list