Skip to content

Commit 20b8ee5

Browse files
authored
Fix Bazel targets in StableHLO builder README (#2852)
1 parent 54ed073 commit 20b8ee5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stablehlo/integrations/cpp/builder/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ gentbl_cc_library(
5656
"StablehloBuilder.md": ["-gen-builder-docs"],
5757
},
5858
tblgen = ":mlir_builder_tblgen",
59-
td_file = "//party/stablehlo:stablehlo/dialect/StablehloOps.td",
59+
td_file = "stablehlo/dialect/StablehloOps.td",
6060
deps = [
61-
"//party/llvm/llvm-project/mlir:InferTypeOpInterfaceTdFiles",
62-
"//party/llvm/llvm-project/mlir:OpBaseTdFiles",
63-
"//party/llvm/llvm-project/mlir:SideEffectInterfacesTdFiles",
64-
"//party/stablehlo:stablehlo_ops_td_filegroup",
61+
"@llvm-project//mlir:InferTypeOpInterfaceTdFiles",
62+
"@llvm-project//mlir:OpBaseTdFiles",
63+
"@llvm-project//mlir:SideEffectInterfacesTdFiles",
64+
":stablehlo_ops_td_filegroup",
6565
],
6666
)
6767
```

0 commit comments

Comments
 (0)