<div dir="ltr">David,<div><br></div><div>  Could you print out a directive/tag/comment in the AsmPrinter in EmitFunctionBodyEnd and use that as a marker in AsmParser, as a workaround?</div><div><br></div><div>-Ryan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 20, 2021 at 9:15 AM David Greene via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Fangrui Song <<a href="mailto:maskray@google.com" target="_blank">maskray@google.com</a>> writes:<br>
<br>
> But may I ask why you need to emit something in (MC)AsmParser?<br>
> AsmPrinter appears to be the more appropriate place.<br>
<br>
I am just learning the MC layer so perhaps I am indeed looking in the<br>
wrong place.<br>
<br>
I am thinking about the operation of llvm-mc, assembling a .s file into<br>
an object file.  So I guess the ELF/Object streamer is the right place<br>
to emit something, but it's not clear to me how it gets told we're at a<br>
function end.<br>
<br>
> (Most targets only need to emit alignment at function start,<br>
> so they don't need to care about padding at function end.)<br>
<br>
Yeah, there are a lot of assumptions in the MC layer that don't<br>
necessarily hold for the target I'm working on.  :) I've been able to<br>
work around most of them but the "pure assembler" flow is one I haven't<br>
figured out yet.<br>
<br>
Thanks for your help!<br>
<br>
                      -David<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>