Displaying 2 results from an estimated 2 matches for "f922f553".
2010 Jun 10
0
[LLVMdev] Assertion failure in llc when using exception handling
...l exception handling
> in LLVM gets redesigned. I would really like to get this working as soon as
> possible.
>
> Regards,
> Shivram
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100610/f922f553/attachment.html>
2010 Jun 10
4
[LLVMdev] Assertion failure in llc when using exception handling
Hi,
I'm trying to compile an llvm program which makes use of exception handling.
While compiling the code with llc i get the following assertion failure
llc: FunctionLoweringInfo.cpp:163: void llvm::FunctionLoweringInfo::clear():
Assertion `CatchInfoFound.size() == CatchInfoLost.size() && "Not all catch
info was assigned to a landing pad!"' failed.
0 llc