<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cplusplus328@gmail.com" title="cplusplus328@gmail.com">cplusplus328@gmail.com</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - llc segfaults on custom bc"
   href="http://llvm.org/bugs/show_bug.cgi?id=18704">bug 18704</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - llc segfaults on custom bc"
   href="http://llvm.org/bugs/show_bug.cgi?id=18704#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - llc segfaults on custom bc"
   href="http://llvm.org/bugs/show_bug.cgi?id=18704">bug 18704</a>
              from <span class="vcard"><a class="email" href="mailto:cplusplus328@gmail.com" title="cplusplus328@gmail.com">cplusplus328@gmail.com</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>