[clang] [llvm] [polly] Revert "[IR] Don't include Module.h in Analysis.h (NFC) (#97023)" (PR #97129)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 29 00:28:47 PDT 2024


https://github.com/nikic requested changes to this pull request.

This is probably caused by some downstream patches in google3? https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp does not contain any mentions of `M->getFunction` or `M->getContext`. You need to add the missing include to your downstream patches.

https://github.com/llvm/llvm-project/pull/97129


More information about the cfe-commits mailing list