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

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


marsupial updated this revision to Diff 89259.
marsupial added a comment.

The problem of undefined ordering was affecting Unix as well so moved to using an llvm::SetVector there.
Updated diff to latest changes.


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.89259.patch
Type: text/x-patch
Size: 7833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/d96e7513/attachment.bin>


More information about the llvm-commits mailing list