<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-08-18 17:43 GMT-07:00 Duncan P. N. Exon Smith <span dir="ltr"><<a href="mailto:dexonsmith@apple.com" target="_blank">dexonsmith@apple.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
> On 2015-Aug-18, at 17:22, Alex L <<a href="mailto:arphaman@gmail.com">arphaman@gmail.com</a>> wrote:<br>
><br>
> Sorry, I forgot to attach a patch,<br>
> Here it is:<br>
><br>
> 2015-08-18 17:21 GMT-07:00 Alex L <<a href="mailto:arphaman@gmail.com">arphaman@gmail.com</a>>:<br>
> Hi,<br>
><br>
> This patch ensures that the machine module information class sets the availability of the debug information to true when using llc with the 'stop-after' option.<br>
><br>
> Thanks,<br>
> Alex<br>
><br>
</div></div>> <0001-LLC-Enable-debug-information-in-MMI-when-using-the-s.patch><br>
<br>
I don't really understand the context.  What does<br>
`setDebugInfoAvailability()` have to do with -stop-after?</blockquote><div><br></div><div>When llc runs with the stop-after option, MMI's 'DbgInfoAvailable' flag is always false as the LLVMTargetMachine never creates the assembly output streamer, and thus the code in 'AsmPrinter/DwarfDebug.cpp' that calls 'setDebugInfoAvailability(true)' is never executed.</div><div><br></div></div><br></div></div>