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
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 40382 Build 40489: arc lint + arc unit
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.