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

Vassil Vassilev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 10:05:59 PDT 2017


v.g.vassilev added a comment.

All this is fine, what we would like is the `if (Process)` part to become a last resource resolution step. Currently this is either we resolve from the process or we iterate over the handles.


Repository:
  rL LLVM

https://reviews.llvm.org/D30107





More information about the llvm-commits mailing list