File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,7 @@ mlir_c_api_cc_library(
397
397
name = "CAPIIR" ,
398
398
srcs = [
399
399
"lib/CAPI/Dialect/Func.cpp" ,
400
+ "lib/CAPI/Dialect/IRDL.cpp" ,
400
401
"lib/CAPI/IR/AffineExpr.cpp" ,
401
402
"lib/CAPI/IR/AffineMap.cpp" ,
402
403
"lib/CAPI/IR/BuiltinAttributes.cpp" ,
@@ -415,6 +416,7 @@ mlir_c_api_cc_library(
415
416
"include/mlir-c/BuiltinTypes.h" ,
416
417
"include/mlir-c/Diagnostics.h" ,
417
418
"include/mlir-c/Dialect/Func.h" ,
419
+ "include/mlir-c/Dialect/IRDL.h" ,
418
420
"include/mlir-c/ExecutionEngine.h" ,
419
421
"include/mlir-c/IR.h" ,
420
422
"include/mlir-c/IntegerSet.h" ,
@@ -446,6 +448,7 @@ mlir_c_api_cc_library(
446
448
":AsmParser" ,
447
449
":ConversionPassIncGen" ,
448
450
":FuncDialect" ,
451
+ ":IRDLDialect" ,
449
452
":InferTypeOpInterface" ,
450
453
":Parser" ,
451
454
],
You can’t perform that action at this time.
0 commit comments