[libcxx-commits] [libcxx] [libcxxabi] [libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (PR #87481)
Ahmed Bougacha via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 15:28:09 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__)
----------------
ahmedbougacha wrote:
Yep, this LGTM, thanks! As mentioned let's give it another day or so to settle the clang side of `ptrauth_type_info_discriminated_vtable_pointer`; I'm thinking `ptrauth_type_info_vtable_discrimination`
https://github.com/llvm/llvm-project/pull/87481
More information about the libcxx-commits
mailing list