[PATCH] D11032: [PM] Enable registration of out-of-tree or plugin passes

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 08:30:19 PDT 2017


philip.pfaffe added a comment.

An additional modification I made is adding a reference to a HookManager instance to PassBuilder objects. They now default to using a global, singleton HM instance, but may also be constructed with a given existing HM object.


https://reviews.llvm.org/D11032





More information about the llvm-commits mailing list