We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe9a34 commit cdf713cCopy full SHA for cdf713c
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3705,6 +3705,7 @@ cc_library(
3705
":GPUToSPIRV",
3706
":GPUToVulkanTransforms",
3707
":IndexToLLVM",
3708
+ ":IndexToSPIRV",
3709
":LinalgToStandard",
3710
":MathToFuncs",
3711
":MathToLLVM",
@@ -5989,7 +5990,6 @@ cc_library(
5989
5990
],
5991
)
5992
-
5993
cc_library(
5994
name = "NVVMToLLVM",
5995
srcs = glob(["lib/Conversion/NVVMToLLVM/NVVMToLLVM.cpp"]),
0 commit comments