[PATCH] D73817: Add PassManagerImpl.h to hide implementation details
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 19:35:55 PST 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
`include/llvm/IR/PassManager.h` is directly included by ~300 files. In most cases the moved functions are not used. Adding `PassManagerImpl.h` to files (4) that need them sounds good.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73817/new/
https://reviews.llvm.org/D73817
More information about the llvm-commits
mailing list