Skip to content

Commit d83490d

Browse files
committed
Fix build after rebase
1 parent 6d24f1c commit d83490d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,6 +2274,7 @@ void AArch64AsmPrinter::LowerMOVaddrPAC(const MachineInstr &MI) {
22742274
: AArch64PACKey::DA);
22752275

22762276
emitPtrauthCheckAuthenticatedValue(AArch64::X16, AArch64::X17, AuthKey,
2277+
AArch64PAuth::AuthCheckMethod::XPAC,
22772278
/*ShouldTrap=*/true,
22782279
/*OnFailure=*/nullptr);
22792280
}
@@ -2406,6 +2407,7 @@ void AArch64AsmPrinter::LowerLOADgotAUTH(const MachineInstr &MI) {
24062407
(AuthOpcode == AArch64::AUTIA ? AArch64PACKey::IA : AArch64PACKey::DA);
24072408

24082409
emitPtrauthCheckAuthenticatedValue(AuthResultReg, AArch64::X17, AuthKey,
2410+
AArch64PAuth::AuthCheckMethod::XPAC,
24092411
/*ShouldTrap=*/true,
24102412
/*OnFailure=*/nullptr);
24112413

0 commit comments

Comments
 (0)