[clang] [llvm] [polly] Revert "[IR] Don't include Module.h in Analysis.h (NFC) (#97023)" (PR #97129)
Yi Kong via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 30 03:51:08 PDT 2024
kongy wrote:
> 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.
Yes, The problem is from our Android downstream patch, Support-for-WASM-as-native-IR.patch.
https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/main/patches/Support-for-WASM-as-native-IR.patch#121
https://github.com/llvm/llvm-project/pull/97129
More information about the cfe-commits
mailing list