================ @@ -2484,9 +2484,14 @@ const MCExpr *AArch64AsmPrinter::emitPAuthRelocationAsIRelative( OutStreamer->emitLabel(Place); OutStreamer->pushSection(); + const MCSymbolELF *Group = + static_cast<MCSectionELF *>(OutStreamer->getCurrentSectionOnly()) + ->getGroup(); OutStreamer->switchSection(OutStreamer->getContext().getELFSection( ---------------- pcc wrote:
Done https://github.com/llvm/llvm-project/pull/170944 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
