[libcxx-commits] [libcxx] [libcxxabi] [libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (PR #87481)
Daniil Kovalev via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 09:48:53 PDT 2024
================
@@ -275,13 +275,14 @@ struct __type_info_implementations {
__impl;
};
-# if defined(__arm64__) && __has_cpp_attribute(clang::ptrauth_vtable_pointer)
+# if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
----------------
kovdan01 wrote:
With the latest changes you've pushed, this LGTM.
https://github.com/llvm/llvm-project/pull/87481
More information about the libcxx-commits
mailing list