[LLVMbugs] [Bug 3746] Crash in isel with GEP of function pointer
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Mar 8 21:47:47 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3746
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner <clattner at apple.com> 2009-03-08 23:47:46 ---
Fixed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074859.html
Opaque is specifically allowed because it is theoretically possible for the
opaque types to be resolved with llvm-link, and this is a pseudo-feature for
languages that want to lazily define their object model this way.
--
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