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 9536a62 commit ab87426Copy full SHA for ab87426
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2096,14 +2096,17 @@ cc_library(
2096
":ArmSMETransformsPassIncGen",
2097
":ControlFlowDialect",
2098
":FuncDialect",
2099
+ ":FuncTransforms",
2100
":IR",
2101
":LLVMCommonConversion",
2102
":LLVMDialect",
2103
":Pass",
2104
":SCFDialect",
2105
+ ":SCFTransforms",
2106
":Transforms",
2107
+ ":DialectUtils",
2108
":VectorDialect",
- "//llvm:Support",
2109
+ "//third_party/llvm/llvm-project/llvm:Support",
2110
],
2111
)
2112
0 commit comments