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

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 15:54:13 PDT 2017


marsupial added a comment.

> Indeed we are not.  We are arguing the current set of patch (and proposed) patch imposed the order (1) then (maybe) (2) while we need (and the previous behavior was 'close' to) (2) then (1)

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


Repository:
  rL LLVM

https://reviews.llvm.org/D30107





More information about the llvm-commits mailing list