Skip to content

Commit 7239841

Browse files
authored
[mlir] Fix bazel build after 61d5fdf v2. (#141235)
These files were deleted, and `AllToLLVMIRTranslations` compiles successfully without them.
1 parent 5ff1752 commit 7239841

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8245,21 +8245,6 @@ cc_library(
82458245
],
82468246
)
82478247

8248-
cc_library(
8249-
name = "AMXToLLVMIRTranslation",
8250-
srcs = glob(["lib/Target/LLVMIR/Dialect/AMX/*.cpp"]),
8251-
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/AMX/*.h"]),
8252-
includes = ["include"],
8253-
deps = [
8254-
":AMXConversionIncGen",
8255-
":AMXDialect",
8256-
":IR",
8257-
":ToLLVMIRTranslation",
8258-
"//llvm:Core",
8259-
"//llvm:Support",
8260-
],
8261-
)
8262-
82638248
cc_library(
82648249
name = "ArmNeonToLLVMIRTranslation",
82658250
srcs = glob(["lib/Target/LLVMIR/Dialect/ArmNeon/*.cpp"]),
@@ -8491,7 +8476,6 @@ cc_library(
84918476
hdrs = ["include/mlir/Target/LLVMIR/Dialect/All.h"],
84928477
includes = ["include"],
84938478
deps = [
8494-
":AMXToLLVMIRTranslation",
84958479
":ArmNeonToLLVMIRTranslation",
84968480
":ArmSMEToLLVMIRTranslation",
84978481
":ArmSVEToLLVMIRTranslation",

0 commit comments

Comments
 (0)