[llvm] [ARM] Move MCStreamer::emitThumbFunc to ARMTargetStreamer (PR #126199)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 04:05:30 PST 2025
================
@@ -81,6 +80,7 @@ class MCObjectStreamer : public MCStreamer {
bool isIntegratedAssemblerRequired() const override { return true; }
void emitFrames(MCAsmBackend *MAB);
+ MCSymbol *emitCFILabel() override;
----------------
smithp35 wrote:
Just to check this was intentional. I don't see any problems with it, but at first glance it doesn't look related.
https://github.com/llvm/llvm-project/pull/126199
More information about the llvm-commits
mailing list