<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:martin.barta@hotmail.com" title="Martin <martin.barta@hotmail.com>"> <span class="fn">Martin</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - (PassInf && "Expected all immutable passes to be initialized")"
   href="https://llvm.org/bugs/show_bug.cgi?id=13638">bug 13638</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;">CC</td>
           <td>
                
           </td>
           <td>martin.barta@hotmail.com
           </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 - (PassInf && "Expected all immutable passes to be initialized")"
   href="https://llvm.org/bugs/show_bug.cgi?id=13638#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - (PassInf && "Expected all immutable passes to be initialized")"
   href="https://llvm.org/bugs/show_bug.cgi?id=13638">bug 13638</a>
              from <span class="vcard"><a class="email" href="mailto:martin.barta@hotmail.com" title="Martin <martin.barta@hotmail.com>"> <span class="fn">Martin</span></a>
</span></b>
        <pre>I had the same problem with versions 3.4 and 3.6. It is caused by calling
llvm::llvm_shutdown() multiple times, as it 'deallocates and destroys all
ManagedStatic variables'.

It would be nice though if there were a warning message or something when you
do this (at least in the debug build) instead of this cryptic crap.

Anyway this is most probably not a bug so I mark it as 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>