[compiler-rt] [compiler-rt] Don't provide `__arm_sme_state` for baremetal targets (PR #191434)
Daniel Kiss via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 02:34:44 PDT 2026
================
@@ -69,7 +69,9 @@ struct {
// The formatter wants to re-order these includes, but doing so is incorrect:
// clang-format off
-#if defined(__APPLE__)
+#if defined(TARGET_BAREMETAL_AARCH64)
----------------
DanielKristofKiss wrote:
I don't see why we need to change this file, what I'm missing?
https://github.com/llvm/llvm-project/pull/191434
More information about the llvm-commits
mailing list