================
@@ -2075,11 +2080,30 @@ void
AArch64AsmPrinter::emitPtrauthTailCallHardening(const MachineInstr *TC) {
/*ShouldTrap=*/true, /*OnFailure=*/nullptr);
}
+bool AArch64AsmPrinter::emitDeactivationSymbolRelocation(Value *DS) {
+ if (DS) {
----------------
pcc wrote:Done https://github.com/llvm/llvm-project/pull/133536 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
