You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Orc] Migrate ExecutorAddr::rawPtr to llvm::identity_cxx20 (NFC) (llvm#164364)
This patch updates ExecutorAddr::rawPtr to use llvm::identity_cxx20 to
better align with C++20.
Note that llvm::identity is a templated struct, while
llvm::identity_cxx20 is a non-templated struct with a templated
operator().
This patch makes rawPtr a non-templated type alias and adjusts use
sites.
0 commit comments