[libcxx-commits] [libcxx] [libcxxabi] [libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (PR #87481)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 09:34:45 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__)
----------------
ldionne wrote:
@kovdan01 @ahmedbougacha My understanding of the conversation on the previous version of this diff is that this is what we want. Can you please confirm?
https://github.com/llvm/llvm-project/pull/87481
More information about the libcxx-commits
mailing list