[PATCH] D75181: [AArch64] Handle BTI/PAC in case of generated functions.
Kyrill Tkachov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 07:49:19 PDT 2020
ktkachov added a comment.
In D75181#2193447 <https://reviews.llvm.org/D75181#2193447>, @danielkiss wrote:
> Would it be better to add a new value to `"sign-return-address"` as `"none"`? I don't see any other alternative option, I'm open to any other idea.
FWIW GCC has a "sign-return-address" function attribute with a default value of "none". It is considered deprecated, however, in favour of "branch-protection"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75181/new/
https://reviews.llvm.org/D75181
More information about the llvm-commits
mailing list