<div dir="ltr">Depends on your platform, but probably in some section or another in the object/executable. Try running objdump (or llvm-objdump) -h on the object or executable with/without the switch and see which new section shows up. Then you can use objdump -s (I think it's -s, check the man page, etc) to dump the contents of that section.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 19, 2019 at 8:44 AM Jerry Scharf via cfe-users <<a href="mailto:cfe-users@lists.llvm.org">cfe-users@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">Hi,<br>
<br>
I have an exceeding dumb question.<br>
<br>
If I turn on -frecord-command-line, how do I view it in the object <br>
files, libraries and executables? No matter what I incant to google, it <br>
only wants to tell me what the command line arguments are.<br>
<br>
thanks in advance,<br>
<br>
jerry<br>
<br>
<br>
_______________________________________________<br>
cfe-users mailing list<br>
<a href="mailto:cfe-users@lists.llvm.org" target="_blank">cfe-users@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users</a><br>
</blockquote></div>