[all-commits] [llvm/llvm-project] 258a5d: [ORC][arm64e] Add PAC signing/stripping support to...

Lang Hames via All-commits all-commits at lists.llvm.org
Wed Nov 20 17:42:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 258a5d499e87dc85109d97d1708abef61893a5a0
      https://github.com/llvm/llvm-project/commit/258a5d499e87dc85109d97d1708abef61893a5a0
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-11-21 (Thu, 21 Nov 2024)

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

  Log Message:
  -----------
  [ORC][arm64e] Add PAC signing/stripping support to ExecutorAddr toPtr/fromPtr.

On arm64e, uses the "wrap" and "unwrap" operations introduced in f14cb494a34d to
sign and strip pointers by default. Signing / striping can be overriden at the
toPtr / fromPtr callside by passing an explicit wrap / unwrap operation.



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