[compiler-rt] [AArch64][compiler-rt] Guard sme-abi-vg.c with !defined(DISABLE_AARCH64_FMV) (PR #94973)

Kerry McLaughlin via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 08:28:19 PDT 2024


================
@@ -4,6 +4,8 @@
 
 #include "../cpu_model/aarch64.h"
 
+#if !defined(DISABLE_AARCH64_FMV)
----------------
kmclaughlin-arm wrote:

I've added a warning to CMakeLists where we enable the SME ABI routines, though I can change this to an error if that would be more appropriate?

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


More information about the llvm-commits mailing list