[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
Thu Apr 27 10:08:36 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL301562: Refactor DynamicLibrary so searching for a symbol will have a defined order and (authored by marsupial).
Changed prior to commit:
https://reviews.llvm.org/D30107?vs=96473&id=96936#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30107
Files:
llvm/trunk/include/llvm/Support/DynamicLibrary.h
llvm/trunk/lib/Support/CMakeLists.txt
llvm/trunk/lib/Support/DynamicLibrary.cpp
llvm/trunk/lib/Support/SearchForAddressOfSpecialSymbol.cpp
llvm/trunk/lib/Support/Unix/DynamicLibrary.inc
llvm/trunk/lib/Support/Windows/DynamicLibrary.inc
llvm/trunk/unittests/Support/CMakeLists.txt
llvm/trunk/unittests/Support/DynamicLibrary/CMakeLists.txt
llvm/trunk/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
llvm/trunk/unittests/Support/DynamicLibrary/PipSqueak.cxx
llvm/trunk/unittests/Support/DynamicLibrary/PipSqueak.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30107.96936.patch
Type: text/x-patch
Size: 35005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/5867aba2/attachment-0001.bin>
More information about the llvm-commits
mailing list