[libcxx-commits] [libcxx] [libcxxabi] [libc++] Upstream ptrauth support in libc++ and libc++abi (PR #84573)

Ahmed Bougacha via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 15:58:00 PST 2024


================
@@ -13,6 +13,10 @@
 #include <__config>
 #include <cstdint>
 
+#if defined(__arm64e__) && __has_feature(ptrauth_calls)
----------------
ahmedbougacha wrote:

Also we should drop the `defined(__arm64e__)` check to allow other platforms, same as arm64

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


More information about the libcxx-commits mailing list