[PATCH] D33657: Allow libraries to be loaded with RTLD_LOCAL on Unix.

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 05:43:46 PDT 2017


joerg added a comment.

The bigger question for me is: what depends on the RTLD_GLOBAL behavior? I generally consider using it a design bug. I.e. what breaks if we just change to RTLD_LOCAL?


https://reviews.llvm.org/D33657





More information about the llvm-commits mailing list