[FLANG] Cannot build FLANG with latest LLVM

Compilation error is coming while building LLVM, FLANG. Configured with -DLLVM_ENABLE_PROJECTS=“mlir;clang;openmp;flang”.

In file included from /root/LLVM/llvm-project/mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp:21:
/root/LLVM/llvm-project/mlir/include/mlir/Dialect/Linalg/Passes.h:67:10: fatal error: mlir/Dialect/Linalg/Passes.h.inc: No such file or directory
67 | #include “mlir/Dialect/Linalg/Passes.h.inc”

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

git log --oneline --decorate

a11ab6e (HEAD, origin/master, origin/HEAD, master) Fix test hip-target-id.hip
9896546 [gn build] Port 7546b29e761
7546b29 [HIP] Support target id by --offload-arch
cacfb02 [AMDGPU] Support disassembly for AMDGPU kernel descriptors
451dcfa [mlir] [VectorOps] Cleanup mask 1-d test on constants
40ae296 [TSan][libdispatch] Guard test execution on old platforms

Regards,

Inderjeet