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 b2165f2 commit 2181181Copy full SHA for 2181181
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6116,6 +6116,7 @@ cc_library(
6116
":ControlFlowDialect",
6117
":ControlFlowToLLVM",
6118
":ConversionPassIncGen",
6119
+ ":ConvertToLLVM",
6120
":ConvertToLLVMInterface",
6121
":FuncDialect",
6122
":FuncToLLVM",
@@ -6243,6 +6244,8 @@ cc_library(
6243
6244
6245
6246
6247
6248
+ ":ConvertToLLVMInterface",
6249
6250
6251
":GPUCommonTransforms",
0 commit comments