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

Vassil Vassilev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 12:43:41 PST 2017


v.g.vassilev updated this revision to Diff 89141.
v.g.vassilev added a reviewer: vsk.
v.g.vassilev added a comment.

- Split the OpenedHandles leak fix https://reviews.llvm.org/D30178;
- Add more fine-grained locking, avoiding the double locking issue;
- Add more information if an error occurred.


https://reviews.llvm.org/D29955

Files:
  include/llvm/Support/DynamicLibrary.h
  lib/Support/DynamicLibrary.cpp
  lib/Support/Windows/DynamicLibrary.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29955.89141.patch
Type: text/x-patch
Size: 3850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170220/7fc4ea80/attachment.bin>


More information about the llvm-commits mailing list