[PATCH] D29955: Allow externally dlopen-ed libraries to be registered as permanent libraries.

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 11:38:11 PST 2017


marsupial added a comment.

This is somewhat related to something I've been trying to get reviewed here: https://reviews.llvm.org/D30107
I think there is a serious problem with DynamicLibrary::getPermanentLibrary on Windows.
I believe https://reviews.llvm.org/D30107 handles the memory leak as well.


https://reviews.llvm.org/D29955





More information about the llvm-commits mailing list