[PATCH] D74469: Add '#include <functional>` to PassManager.h.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:47:07 PST 2020
rriddle requested changes to this revision.
rriddle added a comment.
This revision now requires changes to proceed.
This description doesn't make sense. PassPipelineRegistration is defined in PassRegistry.h which already includes functional. The only place that uses std::function in PassManager.h is enableIRPrinting. Can you update the description?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74469/new/
https://reviews.llvm.org/D74469
More information about the llvm-commits
mailing list