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

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 8 14:14:24 PST 2024


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

It's probably easier to define a single macro for this than to repeat it everywhere.

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


More information about the libcxx-commits mailing list