Displaying 1 result from an estimated 1 matches for "f027cbe8".
Did you mean:
0f97cbe8
2013 May 04
1
[LLVMdev] Exception handling code works with JIT but not when compiled offline to object files.
I've generated a lot of exception handling code that works perfectly when I JIT the code or write it out as bitcode, load it back in to my executable and JIT it.
However, when I compile the bitcode files to object files with llc and then link them into a bundle with ld and load the bundle back into my executable the exception handling occasionally fails.
I'm running this on OS X 10.8.