[LLVMdev] Memory Leaks

Jon Sargeant aliphany at gmail.com
Fri Jul 17 09:26:25 PDT 2009


Hello,

Does your test suite test for memory leaks?  I've discovered many
leaks in Visual Studio using the _CrtDumpMemoryLeaks() function after
calling llvm_shutdown() and after destroying all static variables.
Shall I file a bug report for each leak I find?

Best Regards,
Jon



More information about the llvm-dev mailing list