[LLVMbugs] [Bug 4322] llc: Assertion `FuncInfo->CatchInfoFound.size() == FuncInfo-> CatchInfoLost.size() && "Not all catch info was assignedto a landing pad!"' failed.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Jun 4 00:40:25 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4322
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Duncan Sands <baldrick at free.fr> 2009-06-04 02:40:24 ---
This is a known limitation of llc: eh.selector calls need to be in
landing pads. Running bugpoint on code with exception handling
often results in eh.selector calls outside of landing pads, causing
this crash. This is just one in a wide range of tricky problems with
eh.selector that I am working on.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list