[PATCH] D30107: Make DynamicLibrary::getPermanentLibrary have a defined ordering.
Frederich Munch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 14:46:58 PST 2017
marsupial updated this revision to Diff 89569.
marsupial added a comment.
Herald added subscribers: mgorny, srhines, danalbert.
Refactor platform specific code.
Remove Windows caching of libraries.
Add tests.
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.89569.patch
Type: text/x-patch
Size: 32852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170223/b189f07c/attachment.bin>
More information about the llvm-commits
mailing list