<div dir="ltr">Not exactly sure I understand your question - but you can edit the .s file yourself/manually, but I guess that's not what you're asking for. You're wondering if there are any command line arguments to llc, etc, that'd cause it to print comments (or stderr, or something else) with stack frame descriptions? Not that I know of. You might be able to modify LLVM to add that functionality, though - I've no idea how hard that might be.<br><br>There is someone who's proposing adding some changes to llvm-objdump that would print out variable location information from the DWARF in the assembly listing ( <a href="https://reviews.llvm.org/D70720">https://reviews.llvm.org/D70720</a> ) which might cover your use case?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 1, 2019 at 11:54 PM Priyanka Panigrahi 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"><div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">I am generating an assembly code (.s file) throught llc tool. Is it possible to modify the .s file? </div><div dir="auto"><br></div><div dir="auto">I want to print the stack frame to console or to an output file<span style="font-family:sans-serif"> for a particular function</span> and print specific register values at particular breakpoints. Any pointers would be appreciated.</div><div dir="auto"><br></div><div dir="auto">Thank you for your time.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Priyanka</div></div>
_______________________________________________<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>