Hi lldb-dev,

It looks like the debugger initializes static variables in llvm (see:
SystemInitializerFull::Initialize()), but, AFAICT, it never cleans them up.

Does this cause memory leaks? I'd assumed that it's necessary to call
llvm_shutdown() somewhere to avoid this kind of leak.

Is there a buildbot I can check that tests an address-sanitized version of
lldb?

thanks,
vedant
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to