Skip to content

Commit e132643

Browse files
authored
Add build rule for MLIRArmSMETestPasses
MLIRArmSMETestPasses was added in llvm@b39f566, we need to add a build rule for it as well.
1 parent cdf19d1 commit e132643

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,23 @@ cc_library(
905905
],
906906
)
907907

908+
cc_library(
909+
name = "TestArmSME",
910+
srcs = glob(["lib/Dialect/ArmSME/*.cpp"]),
911+
defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
912+
includes = ["lib/Dialect/Test"],
913+
deps = [
914+
"//mlir:ArithToArmSME",
915+
"//mlir:ArmSMEToLLVM",
916+
"//mlir:ArmSMEToSCF",
917+
"//mlir:IR",
918+
"//mlir:Pass",
919+
"//mlir:Transforms",
920+
"//mlir:VectorToArmSME",
921+
"//mlir:VectorToSCF",
922+
],
923+
)
924+
908925
cc_library(
909926
name = "TestBufferization",
910927
srcs = glob(["lib/Dialect/Bufferization/*.cpp"]),

0 commit comments

Comments
 (0)