We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7246c1 commit 975ec83Copy full SHA for 975ec83
compiler-rt/lib/builtins/CMakeLists.txt
@@ -555,8 +555,9 @@ set(aarch64_SOURCES
555
aarch64/fp_mode.c
556
)
557
558
-if(COMPILER_RT_HAS_ASM_SME)
+if(COMPILER_RT_HAS_ASM_SME AND (COMPILER_RT_HAS_AUXV OR COMPILER_RT_BAREMETAL_BUILD))
559
list(APPEND aarch64_SOURCES aarch64/sme-abi.S aarch64/sme-abi-init.c)
560
+ message(STATUS "AArch64 SME ABI routines enabled")
561
else()
562
message(STATUS "AArch64 SME ABI routines disabled")
563
endif()
0 commit comments