File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
stablehlo/integrations/cpp/builder Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments