[Mlir-commits] [mlir] [mlir][ArmSME] Make use of backend function attributes for enabling ZA storage (PR #71044)

Cullen Rhodes llvmlistbot at llvm.org
Tue Nov 7 01:51:38 PST 2023


================
@@ -139,6 +141,10 @@ if(MLIR_ENABLE_ROCM_RUNNER)
   list(APPEND MLIR_TEST_DEPENDS mlir_rocm_runtime)
 endif()
 
+if (MLIR_RUN_ARM_SME_TESTS)
+  list(APPEND MLIR_TEST_DEPENDS mlir_arm_sme_abi_stubs)
+endif()
----------------
c-rhodes wrote:

unless `ARM_SME_ABI_ROUTINES_SHLIB` is set?

https://github.com/llvm/llvm-project/pull/71044


More information about the Mlir-commits mailing list