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 @@ -8245,21 +8245,6 @@ cc_library(
8245
8245
],
8246
8246
)
8247
8247
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
-
8263
8248
cc_library (
8264
8249
name = "ArmNeonToLLVMIRTranslation" ,
8265
8250
srcs = glob (["lib/Target/LLVMIR/Dialect/ArmNeon/*.cpp" ]),
@@ -8491,7 +8476,6 @@ cc_library(
8491
8476
hdrs = ["include/mlir/Target/LLVMIR/Dialect/All.h" ],
8492
8477
includes = ["include" ],
8493
8478
deps = [
8494
- ":AMXToLLVMIRTranslation" ,
8495
8479
":ArmNeonToLLVMIRTranslation" ,
8496
8480
":ArmSMEToLLVMIRTranslation" ,
8497
8481
":ArmSVEToLLVMIRTranslation" ,
You can’t perform that action at this time.
0 commit comments