[PATCH] D30107: Refactor DynamicLibrary so searching for a symbol will have a defined order and libraries are properly unloaded when llvm_shutdown is called.

Philippe Canal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 09:10:25 PDT 2017


pcanal added a comment.

In https://reviews.llvm.org/D30107#765751, @marsupial wrote:

> Why does https://reviews.llvm.org/D33529 not address your concerns?


If I read correctly it always does
(1) 
and depending on the argument does also (2)

which is functionally different from being able to do (2) then  (1).

I.e. the patches forces the 'load-order search'.


Repository:
  rL LLVM

https://reviews.llvm.org/D30107





More information about the llvm-commits mailing list