[all-commits] [llvm/llvm-project] 956836: [Orc] Migrate ExecutorAddr::rawPtr to llvm::identi...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Oct 21 07:23:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 956836c830442e525039d4c04599511e61bb00fc
      https://github.com/llvm/llvm-project/commit/956836c830442e525039d4c04599511e61bb00fc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h

  Log Message:
  -----------
  [Orc] Migrate ExecutorAddr::rawPtr to llvm::identity_cxx20 (NFC) (#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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list