[clang] [clang][ARM][AArch64] Define intrinsics guarded by __has_builtin on all platforms (PR #128222)
Artem Belevich via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 17 14:27:20 PDT 2025
================
@@ -36,6 +36,28 @@ typedef __SIZE_TYPE__ size_t;
#include <intrin.h>
+#ifdef __ARM_ACLE
+// arm_acle.h needs some stdint types, but -ffreestanding prevents us from
----------------
Artem-B wrote:
Shouldn't that be fixed in arm_acle.h itself so it includes the headers with the types it needs?
https://github.com/llvm/llvm-project/pull/128222
More information about the cfe-commits
mailing list