[PATCH] D118652: Cleanup header dependencies in LLVMCore
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 14:03:13 PST 2022
MaskRay added a comment.
Thanks for working on this. I spot checked some files. In general it looks great.
One file replaces a forward declaration with `#include "llvm/IR/BasicBlock.h"`.
Some files add `#include "llvm/Support/ToolOutputFile.h"`.
One files adds `class FunctionPass;`
Would you mind landing these addition changes separately to make the include removal part more targeted?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118652/new/
https://reviews.llvm.org/D118652
More information about the llvm-commits
mailing list