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