When llvm exists inside of a dll and one links to the LLVM libraries there exists a memory leak on the unload of the dll because the mutex inside of the ManagedStatic class does not get released.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Could you double-check that on other platforms? Like Linux with shared library builds. At least, there are crash in my local build.