[compiler-rt] [AArch64][compiler-rt] Guard sme-abi-vg.c with !defined(DISABLE_AARCH64_FMV) (PR #94973)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 06:11:38 PDT 2024
================
@@ -4,6 +4,8 @@
#include "../cpu_model/aarch64.h"
+#if !defined(DISABLE_AARCH64_FMV)
----------------
sdesmalen-arm wrote:
I don't think you can just choose not to implement these specific routines, but still compile the rest. If the SME ABI routines require this feature, then we better make that dependency clear in cmake.
https://github.com/llvm/llvm-project/pull/94973
More information about the llvm-commits
mailing list