[PATCH] D33515: Force RegisterStandardPasses to construct std::function in the IPO library.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 16:17:11 PDT 2017


mehdi_amini added a comment.

In https://reviews.llvm.org/D33515#780816, @marsupial wrote:

> From the summary:
>
> > Fixes an issue using RegisterStandardPasses from a statically linked object before PassManagerBuilder::addGlobalExtension is called from a dynamic library.
>
> What would you like either the comment or the summary it to say?


"fix an issue" is not precise enough. What issue? How does it manifest? What is the way to solve it?


https://reviews.llvm.org/D33515





More information about the llvm-commits mailing list