Displaying 1 result from an estimated 1 matches for "visutech".
Did you mean:
vistech
2012 Dec 13
0
[LLVMdev] Memory leaks after llvm_shutdown
...e GlobalContext object and created my own one.
This method didn't help - GlobalContext was still lazy creating by
PseudoSourceValue ctor .
I would understand to know if I did something wrong or is this a bug?
I made tests both on 3.1 and trunk builds.
Thank you in advance!
--
Alexey Zasenko
Visutech System Ltd.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121213/29f48ef2/attachment.html>
-------------- next part --------------
#include <iostream>
#include <llvm/LLVMContext.h>
#include...