[PATCH] D33529: Allow Unix libraries loaded with RTLD_LOCAL to be searched.

Vassil Vassilev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 03:31:53 PDT 2017


v.g.vassilev added a reviewer: karies.
v.g.vassilev added a comment.

@marsupial, the reasoning for this is that we do not want to expose the symbols to our experiments software stacks because they have other uses of llvm. dlopening cling as libcling allows to hide symbols avoiding potential versioning and other issues.


https://reviews.llvm.org/D33529





More information about the llvm-commits mailing list