[clang] [clang][CIR] Add missing dependency on MLIR headers (PR #131057)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 10:29:30 PDT 2025
================
@@ -11,6 +11,9 @@ add_clang_library(clangCIRFrontendAction
DEPENDS
MLIRCIROpsIncGen
MLIRCIROpInterfacesIncGen
+ # Add mlir-generic-headers dependency as the header CIRGenAction.h needs to
+ # include BuiltinOps.h
+ mlir-generic-headers
----------------
darkbuck wrote:
> MLIRBuiltinLocationAttributesIncGen
> Why not `MLIRBuiltinLocationAttributesIncGen`?
narrow down to `MLIRBuiltinOpsIncGen`
https://github.com/llvm/llvm-project/pull/131057
More information about the cfe-commits
mailing list