[PATCH] D33515: Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLibrary.

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 13:41:19 PDT 2017


marsupial updated this revision to Diff 100158.
marsupial added a comment.
Herald added a subscriber: mgorny.

Added test for this specific case (ManagedStatic).
The ** target_link_libraries** is valid when building as components, but I'm unclear if it is ok for static builds or platforms other than *nix.


https://reviews.llvm.org/D33515

Files:
  lib/Support/DynamicLibrary.cpp
  unittests/Support/DynamicLibrary/CMakeLists.txt
  unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
  unittests/Support/DynamicLibrary/PipSqueak.cxx

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33515.100158.patch
Type: text/x-patch
Size: 3870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/b8257b35/attachment.bin>


More information about the llvm-commits mailing list