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(
15301530 ":AMDGPUUtils" ,
15311531 ":ArithDialect" ,
15321532 ":ControlFlowDialect" ,
1533+ ":FuncDialect" ,
1534+ ":GPUDialect" ,
15331535 ":IR" ,
1536+ ":MemRefDialect" ,
15341537 ":Pass" ,
1538+ ":Support" ,
15351539 ":TransformUtils" ,
15361540 ":Transforms" ,
1541+ ":VectorDialect" ,
1542+ "//llvm:Support" ,
15371543 ],
15381544)
15391545
@@ -6272,7 +6278,7 @@ cc_library(
62726278
62736279cc_library (
62746280 name = "NVVMToLLVM" ,
6275- srcs = glob ( ["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp" ]) ,
6281+ srcs = ["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp" ],
62766282 hdrs = glob (["include/mlir/Conversion/NVVMToLLVM/*.h" ]),
62776283 includes = ["include" ],
62786284 deps = [
You can’t perform that action at this time.
0 commit comments