[PATCH] D80791: [AArch64] Generate .note.gnu.property based on module flags.

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 10:48:15 PDT 2020


nickdesaulniers added a comment.

In D80791#2120090 <https://reviews.llvm.org/D80791#2120090>, @kees wrote:

> Should the per-function analysis warning actually be removed? That seems like a helpful check to catch a different form of bad behavior.


Might someone wish to disable PAC/BTI on an individual function, while having it on for the rest?  I guess that would mean you can't call that function indirectly?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80791





More information about the llvm-commits mailing list