Skip to content

Commit

Permalink
[bazel] Port 81a79ee
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Feb 10, 2023
1 parent 1763c63 commit 185dbf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7033,6 +7033,7 @@ cc_binary(
"//mlir/test:TestIR",
"//mlir/test:TestLLVM",
"//mlir/test:TestLinalg",
"//mlir/test:TestLoopLikeInterface",
"//mlir/test:TestMath",
"//mlir/test:TestMemRef",
"//mlir/test:TestNVGPU",
Expand Down
12 changes: 12 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,18 @@ cc_library(
],
)

cc_library(
name = "TestLoopLikeInterface",
srcs = glob(["lib/Interfaces/LoopLikeInterface/*.cpp"]),
deps = [
"//llvm:Support",
"//mlir:FuncDialect",
"//mlir:IR",
"//mlir:LoopLikeInterface",
"//mlir:Pass",
],
)

cc_library(
name = "TestTilingInterface",
srcs = glob(["lib/Interfaces/TilingInterface/*.cpp"]),
Expand Down

0 comments on commit 185dbf9

Please sign in to comment.