[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 05:18:16 PST 2017


v.g.vassilev updated this revision to Diff 89107.
v.g.vassilev marked 2 inline comments as done.
v.g.vassilev added a comment.

Addressed comments; removed old copy-paste code (we shouldn't dlclose if the handle is already registered).


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.89107.patch
Type: text/x-patch
Size: 3810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170220/752cc8b8/attachment.bin>


More information about the llvm-commits mailing list