[PATCH] D33657: Allow libraries to be loaded with RTLD_LOCAL on Unix.
Vassil Vassilev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 14:37:33 PDT 2017
v.g.vassilev added a comment.
In other words https://reviews.llvm.org/D33529 broke the cases where we dlopen with RTLD_LOCAL (like cling and ROOT) and this should fix it.
@marsupial I've tested these patches and it looks like they do not fix the regression. I'd be interested in solving this issue for the upcoming release. If nothing works I will have to revert https://reviews.llvm.org/D33529 :(
https://reviews.llvm.org/D33657
More information about the llvm-commits
mailing list