[llvm-branch-commits] Add IR and codegen support for deactivation symbols. (PR #133536)

Peter Collingbourne via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 29 21:54:01 PDT 2025


================
@@ -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


More information about the llvm-branch-commits mailing list