================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to