There are many downstream users of llvm::dbgs, which is defined in Debug.h. Before D106342, many users included that dependency transitively via the now deleted ViewRegionGraph.h. Adding it back to Transforms/Passes.h for convenience.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you instead move the include to those users? I don't think Transforms.h should need to include Debug.h.
Comment Actions
Yes, this was just the fastest way to fix the build yesterday. Preparing a commit that includes the file in each user...