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