[PATCH] D33515: Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLibrary.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 14:14:28 PDT 2017
efriedma added a reviewer: lhames.
efriedma added a comment.
This doesn't fix the crash I described in https://reviews.llvm.org/D30107#763683 .
> What are the test results from running unittests/Support/DynamicLibrary/DynamicLibraryTests
Works fine for me.
---
Regardless, the patch seems like a good idea.
https://reviews.llvm.org/D33515
More information about the llvm-commits
mailing list