https://llvm.org/bugs/show_bug.cgi?id=13638

Martin <martin.ba...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |martin.ba...@hotmail.com
         Resolution|---                         |INVALID

--- Comment #1 from Martin <martin.ba...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to