Skip to content

Commit cdf713c

Browse files
committed
[mlir][Bazel] Add missing dependency.
1 parent 2fe9a34 commit cdf713c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3705,6 +3705,7 @@ cc_library(
37053705
":GPUToSPIRV",
37063706
":GPUToVulkanTransforms",
37073707
":IndexToLLVM",
3708+
":IndexToSPIRV",
37083709
":LinalgToStandard",
37093710
":MathToFuncs",
37103711
":MathToLLVM",
@@ -5989,7 +5990,6 @@ cc_library(
59895990
],
59905991
)
59915992

5992-
59935993
cc_library(
59945994
name = "NVVMToLLVM",
59955995
srcs = glob(["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp"]),

0 commit comments

Comments
 (0)