[llvm-bugs] [Bug 13638] (PassInf && "Expected all immutable passes to be initialized")
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Aug 21 02:18:34 PDT 2015
    
    
  
https://llvm.org/bugs/show_bug.cgi?id=13638
Martin <martin.barta at hotmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |martin.barta at hotmail.com
         Resolution|---                         |INVALID
--- Comment #1 from Martin <martin.barta at hotmail.com> ---
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.
-- 
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/20150821/c84ace42/attachment.html>
    
    
More information about the llvm-bugs
mailing list