[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
Mon Apr 24 14:47:10 PDT 2017


marsupial updated this revision to Diff 96473.
marsupial retitled this revision from "Make DynamicLibrary::getPermanentLibrary have a defined ordering." to "Refactor DynamicLibrary so searching for a symbol will have a defined order and libraries are properly unloaded when llvm_shutdown is called.".
marsupial edited the summary of this revision.
marsupial added a comment.

Fix case sensitive include for mingw on Linux.


https://reviews.llvm.org/D30107

Files:
  include/llvm/Support/DynamicLibrary.h
  lib/Support/CMakeLists.txt
  lib/Support/DynamicLibrary.cpp
  lib/Support/SearchForAddressOfSpecialSymbol.cpp
  lib/Support/Unix/DynamicLibrary.inc
  lib/Support/Windows/DynamicLibrary.inc
  unittests/Support/CMakeLists.txt
  unittests/Support/DynamicLibrary/CMakeLists.txt
  unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
  unittests/Support/DynamicLibrary/PipSqueak.cxx
  unittests/Support/DynamicLibrary/PipSqueak.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30107.96473.patch
Type: text/x-patch
Size: 34380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170424/afdf3690/attachment.bin>


More information about the llvm-commits mailing list