File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1530,10 +1530,16 @@ cc_library(
1530
1530
":AMDGPUUtils" ,
1531
1531
":ArithDialect" ,
1532
1532
":ControlFlowDialect" ,
1533
+ ":FuncDialect" ,
1534
+ ":GPUDialect" ,
1533
1535
":IR" ,
1536
+ ":MemRefDialect" ,
1534
1537
":Pass" ,
1538
+ ":Support" ,
1535
1539
":TransformUtils" ,
1536
1540
":Transforms" ,
1541
+ ":VectorDialect" ,
1542
+ "//llvm:Support" ,
1537
1543
],
1538
1544
)
1539
1545
@@ -6272,7 +6278,7 @@ cc_library(
6272
6278
6273
6279
cc_library (
6274
6280
name = "NVVMToLLVM" ,
6275
- srcs = glob ( ["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp" ]) ,
6281
+ srcs = ["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp" ],
6276
6282
hdrs = glob (["include/mlir/Conversion/NVVMToLLVM/*.h" ]),
6277
6283
includes = ["include" ],
6278
6284
deps = [
You can’t perform that action at this time.
0 commit comments