[PATCH] D33464: [PM][WIP] Enable out-of-tree registration of passes with the new PassBuilder
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 17:06:19 PDT 2017
mehdi_amini added inline comments.
================
Comment at: include/llvm/Passes/PassBuilder.h:171
+ std::function<bool(ModulePassManager &, ArrayRef<PipelineElement>)>;
+
explicit PassBuilder(TargetMachine *TM = nullptr,
----------------
That's a long block of undocumented code here.
https://reviews.llvm.org/D33464
More information about the llvm-commits
mailing list