[PATCH] Make the plugin loader limit its symbol search to the specified module.

Zachary Turner zturner at google.com
Wed Aug 27 09:16:34 PDT 2014


I discussed this more with the LLDB people, and I think we're ok with
removing the filename check on Linux, but keeping the use of RTLD_FIRST on
Apple.  I will update the patch accordingly.


On Wed, Aug 27, 2014 at 8:31 AM, Rafael Ávila de Espíndola <
rafael.espindola at gmail.com> wrote:

> Looks like the only use of lgetAddressOfSymbol is in
> clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp so I have no
> objections to changing it, but as Reid mentioned, we should probably make
> the DynamicLibrary type non-copyable.
>
> http://reviews.llvm.org/D5030
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140827/22bcf1a2/attachment.html>


More information about the llvm-commits mailing list