[LLVMbugs] [Bug 8364] Verifier doesn't flag out-of-module constants, BC writing crashes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 14 18:31:14 PDT 2010


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

Bill Wendling <wendling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wendling at apple.com
         Resolution|                            |INVALID

--- Comment #1 from Bill Wendling <wendling at apple.com> 2010-10-14 20:31:13 CDT ---
You probably want to use the Module::getOrInsertFunction and
Module::getOrInsertGlobal methods instead of manually putting them into the
Module's lists.

-- 
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