[llvm] [ARM] Move MCStreamer::emitThumbFunc to ARMTargetStreamer (PR #126199)

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 04:21:46 PST 2025


================
@@ -260,6 +261,19 @@ void ARMTargetAsmStreamer::annotateTLSDescriptorSequence(
   OS << "\t.tlsdescseq\t" << S->getSymbol().getName() << "\n";
 }
 
+void ARMTargetAsmStreamer::emitThumbFunc(MCSymbol *Symbol) {
+  const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo();
+  // This needs to emit to a temporary string to get properly quoted
----------------
ostannard wrote:

This comment doesn't make sense to me, there is no temporary string here. Can it be removed, or is there something I've missed?

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


More information about the llvm-commits mailing list