[LLVMbugs] [Bug 18704] llc segfaults on custom bc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 4 19:21:12 PST 2014


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

cplusplus328 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from cplusplus328 at gmail.com ---
I found what was wrong with the bitcode I was generating. I was compiling into
two separate modules, and I was leeking references to Values from the first
modlue while compiling the second module. These references must have only been
tracked in the bitcode and not in the ir. Since this is user error, I will
change the status to resolved, invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140205/d973895d/attachment.html>


More information about the llvm-bugs mailing list