[llvm] [PassManager] Drop Function.h and Module.h includes (NFC) (PR #96892)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 05:35:52 PDT 2024
nikic wrote:
Turns out this doesn't really do anything, because the headers still get pulled in by Analysis.h, and dropping them from there is significantly more involved. Still going to merge this to clarify that this header doesn't need them.
https://github.com/llvm/llvm-project/pull/96892
More information about the llvm-commits
mailing list