[clang] [clang][CIR] Fix missing dependency of MLIRCIR (PR #116221)

2024-11-14 Thread Luohao Wang via cfe-commits
Luohaothu wrote: > Do you need me to merge this for you? Could you also fix the message about > private email addresses above? Thanks. I'll fix it later today. https://github.com/llvm/llvm-project/pull/116221 ___ cfe-commits mailing list cfe-commits@

[clang] [clang][CIR] Fix missing dependency of MLIRCIR (PR #116221)

2024-11-14 Thread Luohao Wang via cfe-commits
https://github.com/Luohaothu created https://github.com/llvm/llvm-project/pull/116221 Building `MLIRCIR` will report an error `CIROpsDialect.h.inc` not found. This is because `MLIRCIR` hasn't declared its dependence on the tablegen target `MLIRCIROpsIncGen`. This patch fixes the issue. >From