[PATCH] D33529: Allow clients to specify search order of DynamicLibraries.
Frederich Munch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 10:32:06 PDT 2017
marsupial added a comment.
In https://reviews.llvm.org/D33529#767045, @v.g.vassilev wrote:
> That looks very good. Can we add a test case with dlopening a library with `RTLD_LOCAL`.
I'd like to avoid adding the test at this moment.
I have subsequent patches to make DynamicLibrary a more usable class without adding them permanently.
In that is the ability to open with RTLD_LOCAL as well as tests for it.
https://reviews.llvm.org/D33529
More information about the llvm-commits
mailing list