Skip to content

Revert "[bazel] Port c3746ff3229c57110f7895ff5b93e520cead0d1b" #142791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8969,7 +8969,6 @@ cc_binary(
"//mlir/test:TestMath",
"//mlir/test:TestMathToVCIX",
"//mlir/test:TestMemRef",
"//mlir/test:TestMemRefToLLVM",
"//mlir/test:TestMesh",
"//mlir/test:TestNVGPU",
"//mlir/test:TestPDLL",
Expand Down Expand Up @@ -9031,7 +9030,6 @@ cc_binary(
"//mlir/test:TestMath",
"//mlir/test:TestMathToVCIX",
"//mlir/test:TestMemRef",
"//mlir/test:TestMemRefToLLVM",
"//mlir/test:TestMesh",
"//mlir/test:TestNVGPU",
"//mlir/test:TestPDLL",
Expand Down
16 changes: 0 additions & 16 deletions utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -862,22 +862,6 @@ cc_library(
],
)

cc_library(
name = "TestMemRefToLLVM",
srcs = glob(["lib/Conversion/MemRefToLLVM/*.cpp"]),
includes = ["lib/Dialect/Test"],
deps = [
"//mlir:FuncDialect",
"//mlir:FuncToLLVM",
"//mlir:IR",
"//mlir:LLVMCommonConversion",
"//mlir:LLVMDialect",
"//mlir:MemRefToLLVM",
"//mlir:MemRefTransforms",
"//mlir:Pass",
],
)

cc_library(
name = "TestMemRef",
srcs = glob(["lib/Dialect/MemRef/*.cpp"]),
Expand Down
Loading