Skip to content

Commit dc1c7e0

Browse files
committed
More fixes for 205c532.
1 parent 222b99d commit dc1c7e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ cc_library(
606606

607607
td_library(
608608
name = "TestTransformOpsTdFiles",
609-
srcs = glob(["mlir/test/lib/Transforms/*.td"]),
609+
srcs = glob(["lib/Transforms/*.td"]),
610610
deps = [
611611
":TransformDialectTdFiles",
612612
"//mlir:OpBaseTdFiles",
@@ -622,12 +622,12 @@ gentbl_cc_library(
622622
strip_include_prefix = "lib",
623623
tbl_outs = [
624624
(
625-
["-x=cpp"],
626-
"lib/TestTransformsOps.h.inc",
625+
["-gen-op-defs"],
626+
"lib/Transforms/TestTransformsOps.h.inc",
627627
),
628628
],
629-
tblgen = "//mlir:mlir-pdll",
630-
td_file = "lib/Transforms/TestTransformsOps.pdll",
629+
tblgen = "//mlir:mlir-tblgen",
630+
td_file = "lib/Transforms/TestTransformsOps.td",
631631
deps = [
632632
":TestTransformOpsTdFiles",
633633
],
@@ -661,7 +661,7 @@ cc_library(
661661
"//mlir:TransformUtils",
662662
"//mlir:Transforms",
663663
"//mlir:TransformDialect",
664-
"//mlir::TransformDialectInterfaces",
664+
"//mlir:TransformDialectInterfaces",
665665
],
666666
)
667667

0 commit comments

Comments
 (0)