File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -8204,21 +8204,6 @@ cc_library(
8204
8204
],
8205
8205
)
8206
8206
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
-
8222
8207
cc_library (
8223
8208
name = "ArmNeonToLLVMIRTranslation" ,
8224
8209
srcs = glob (["lib/Target/LLVMIR/Dialect/ArmNeon/*.cpp" ]),
@@ -8466,7 +8451,6 @@ cc_library(
8466
8451
":ROCDLToLLVMIRTranslation" ,
8467
8452
":SPIRVToLLVMIRTranslation" ,
8468
8453
":VCIXToLLVMIRTranslation" ,
8469
- ":X86VectorToLLVMIRTranslation" ,
8470
8454
],
8471
8455
)
8472
8456
You can’t perform that action at this time.
0 commit comments