[llvm-branch-commits] [llvm] Add IR and codegen support for deactivation symbols. (PR #133536)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 25 22:18:53 PST 2025
================
@@ -3575,6 +3607,9 @@ void AArch64AsmPrinter::emitInstruction(const MachineInstr *MI) {
return;
}
+ if (emitDeactivationSymbolRelocation(MI->getDeactivationSymbol()))
----------------
pcc wrote:
Ditto
https://github.com/llvm/llvm-project/pull/133536
More information about the llvm-branch-commits
mailing list