[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
Tue Feb 21 10:56:52 PST 2017


v.g.vassilev updated this revision to Diff 89247.
v.g.vassilev added a comment.

Typo.

It seems that we could even avoid using a private member but local static functions. Let me know I should remove the static private method.


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.89247.patch
Type: text/x-patch
Size: 5221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/b1ce2984/attachment.bin>


More information about the llvm-commits mailing list