[PATCH] D94083: [AArch64] Add +pauth archictecture option, allowing the v8.3a pointer authentication extension.

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 07:24:12 PST 2021


chill added a comment.

In D94083#2486800 <https://reviews.llvm.org/D94083#2486800>, @fhahn wrote:

> FWIW I think it would be good to have a bit more details in the description for changes such as this, like a link to the public docs for the extension.

I'm sorry, I assumed this information was shared when the extension itself ((this patch just adds the command line options),
was added to LLVM three years ago in https://reviews.llvm.org/D36517

The public documentation is in the Armv8-A ARM at https://developer.arm.com/documentation/ddi0487/latest
in section "D5 <https://reviews.llvm.org/D5>.1.5 Pointer authentication in AArch64 state"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94083/new/

https://reviews.llvm.org/D94083



More information about the llvm-commits mailing list