We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b057906 commit b189f51Copy full SHA for b189f51
lld/ELF/Arch/AArch64.cpp
@@ -1018,6 +1018,9 @@ AArch64BtiPac::AArch64BtiPac(Ctx &ctx) : AArch64(ctx) {
1018
// relocations.
1019
// The PAC PLT entries require dynamic loader support and this isn't known
1020
// from properties in the objects, so we use the command line flag.
1021
+ // By default we only use hint-space instructions, but if we detect the
1022
+ // PAuthABI, which requires v8.3-A, we can use the non-hint space
1023
+ // instructions.
1024
1025
if (ctx.arg.zPacPlt) {
1026
if (llvm::any_of(ctx.aarch64PauthAbiCoreInfo,
0 commit comments