[PATCH] D33658: Extend DynamicLibrary class to be usable without loading permanently.
Frederich Munch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 9 06:14:22 PDT 2017
marsupial updated this revision to Diff 105675.
marsupial added a comment.
Use to std::pair instead of PointerIntPair, it's lighter for the temporary.
https://reviews.llvm.org/D33658
Files:
include/llvm/Support/DynamicLibrary.h
lib/Support/DynamicLibrary.cpp
lib/Support/Unix/DynamicLibrary.inc
lib/Support/Windows/DynamicLibrary.inc
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33658.105675.patch
Type: text/x-patch
Size: 15152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170709/2e1f5701/attachment.bin>
More information about the llvm-commits
mailing list