[LLVMbugs] [Bug 718] bugpoint crashes on stripped bc files

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 5 18:18:06 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=718


Dan Gohman <gohman at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gohman at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Dan Gohman <gohman at apple.com>  2009-03-05 20:18:06 ---
Instead of looking up the function by name, bugpoint can use
CloneModule's ValueMap to look up the new function. Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090302/074736.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