[LLVMbugs] [Bug 4949] verifier doesn't reject address of intrinsic
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Sep 11 10:06:12 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4949
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|llc crashes with Intrinsic |verifier doesn't reject
|functions cannot be mangled |address of intrinsic
|by Mangler |
--- Comment #2 from Chris Lattner <clattner at apple.com> 2009-09-11 12:06:12 ---
Actually, that .bc file is invalid. You can't take the address of an
intrinsic. Did you create this IR directly, or did some pass do it? If so,
the pass is broken. I made the verifier abort on this so that you can
hopefully track it down:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090907/086904.html
--
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