File tree Expand file tree Collapse file tree
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,6 +397,7 @@ mlir_c_api_cc_library(
397397 name = "CAPIIR" ,
398398 srcs = [
399399 "lib/CAPI/Dialect/Func.cpp" ,
400+ "lib/CAPI/Dialect/IRDL.cpp" ,
400401 "lib/CAPI/IR/AffineExpr.cpp" ,
401402 "lib/CAPI/IR/AffineMap.cpp" ,
402403 "lib/CAPI/IR/BuiltinAttributes.cpp" ,
@@ -415,6 +416,7 @@ mlir_c_api_cc_library(
415416 "include/mlir-c/BuiltinTypes.h" ,
416417 "include/mlir-c/Diagnostics.h" ,
417418 "include/mlir-c/Dialect/Func.h" ,
419+ "include/mlir-c/Dialect/IRDL.h" ,
418420 "include/mlir-c/ExecutionEngine.h" ,
419421 "include/mlir-c/IR.h" ,
420422 "include/mlir-c/IntegerSet.h" ,
@@ -446,6 +448,7 @@ mlir_c_api_cc_library(
446448 ":AsmParser" ,
447449 ":ConversionPassIncGen" ,
448450 ":FuncDialect" ,
451+ ":IRDLDialect" ,
449452 ":InferTypeOpInterface" ,
450453 ":Parser" ,
451454 ],
You can’t perform that action at this time.
0 commit comments