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(
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-
82228207cc_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
You can’t perform that action at this time.
0 commit comments