[PATCH] D30107: Make DynamicLibrary::getPermanentLibrary have a defined ordering.

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 12:43:15 PST 2017


marsupial updated this revision to Diff 89263.
marsupial retitled this revision from "Make DynamicLibrary::getPermanentLibrary on Windows have a defined ordering." to "Make DynamicLibrary::getPermanentLibrary have a defined ordering.".
marsupial edited the summary of this revision.
marsupial added a comment.

Store and search for symbols the same way on Unix (in reverse and giving priority to the owning process' symbols).


https://reviews.llvm.org/D30107

Files:
  lib/Support/DynamicLibrary.cpp
  lib/Support/Windows/DynamicLibrary.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30107.89263.patch
Type: text/x-patch
Size: 8508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/17db2409/attachment-0001.bin>


More information about the llvm-commits mailing list