[mlir] Make PassManager.h self-contained
Forward declaring llvm::errs is not enough, as it is used as a default parameter with a type that references the base class. So the class hierarchy must be visible.
Loading
Please sign in to comment
Forward declaring llvm::errs is not enough, as it is used as a default parameter with a type that references the base class. So the class hierarchy must be visible.