Skip to content

Commit 4d06d22

Browse files
authored
1 parent 433a63e commit 4d06d22

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
@@ -8204,21 +8204,6 @@ cc_library(
82048204
],
82058205
)
82068206

8207-
cc_library(
8208-
name = "X86VectorToLLVMIRTranslation",
8209-
srcs = glob(["lib/Target/LLVMIR/Dialect/X86Vector/*.cpp"]),
8210-
hdrs = glob(["include/mlir/Target/LLVMIR/Dialect/X86Vector/*.h"]),
8211-
includes = ["include"],
8212-
deps = [
8213-
":IR",
8214-
":ToLLVMIRTranslation",
8215-
":X86VectorConversionIncGen",
8216-
":X86VectorDialect",
8217-
"//llvm:Core",
8218-
"//llvm:Support",
8219-
],
8220-
)
8221-
82228207
cc_library(
82238208
name = "ArmNeonToLLVMIRTranslation",
82248209
srcs = glob(["lib/Target/LLVMIR/Dialect/ArmNeon/*.cpp"]),
@@ -8466,7 +8451,6 @@ cc_library(
84668451
":ROCDLToLLVMIRTranslation",
84678452
":SPIRVToLLVMIRTranslation",
84688453
":VCIXToLLVMIRTranslation",
8469-
":X86VectorToLLVMIRTranslation",
84708454
],
84718455
)
84728456

0 commit comments

Comments
 (0)