File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12796,6 +12796,7 @@ cc_library(
1279612796 "lib/Dialect/Bufferization/IR/BufferViewFlowOpInterface.cpp" ,
1279712797 "lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp" ,
1279812798 "lib/Dialect/Bufferization/IR/BufferizationDialect.cpp" ,
12799+ "lib/Dialect/Bufferization/IR/BufferizationTypeInterfaces.cpp" ,
1279912800 "lib/Dialect/Bufferization/IR/BufferizationOps.cpp" ,
1280012801 "lib/Dialect/Bufferization/IR/UnstructuredControlFlow.cpp" ,
1280112802 ],
Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ cc_library(
375375 "//llvm:IRReader" ,
376376 "//llvm:Support" ,
377377 "//mlir:ArithDialect" ,
378+ "//mlir:BufferizationDialect" ,
378379 "//mlir:BufferizationInterfaces" ,
379380 "//mlir:BytecodeOpInterface" ,
380381 "//mlir:CallOpInterfaces" ,
You can’t perform that action at this time.
0 commit comments