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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 23 23:51:28 PDT 2025


================
@@ -2075,11 +2080,30 @@ void AArch64AsmPrinter::emitPtrauthTailCallHardening(const MachineInstr *TC) {
       /*ShouldTrap=*/true, /*OnFailure=*/nullptr);
 }
 
+bool AArch64AsmPrinter::emitDeactivationSymbolRelocation(Value *DS) {
+  if (DS) {
----------------
arsenm wrote:

Early return and reduce indent 

https://github.com/llvm/llvm-project/pull/133536


More information about the llvm-branch-commits mailing list