Displaying 2 results from an estimated 2 matches for "22ac72f3".
2010 Jan 21
0
[LLVMdev] Exception handling question
...)* @__l_personality to i8*)) ; <i64> [#uses=1]
I think you'll need a "i8* null" at the end of this @llvm.eh.selector.i64 call.
-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100121/22ac72f3/attachment.html>
2010 Jan 21
4
[LLVMdev] Exception handling question
Hi,
I'm trying to get exception handling working in my compiler targetting LLVM.
I've been working from the LLVM exception handling documentation (including
http://llvm.org/docs/ExceptionHandling.html and
http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism) and looking
at g++-llvm's output.
I've been trying to get a minimal test function to work, which simply
invokes