<div class="gmail_quote">On 14 October 2011 19:09, Nick Lewycky <span dir="ltr"><<a href="mailto:nlewycky@google.com">nlewycky@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="gmail_quote">[+cfe-commits because there's now a clang patch involved too.]</div></blockquote><div><br></div>Sorry. +cfe-commits the mailing list this time. :-/<br><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="gmail_quote">On 14 October 2011 13:56, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@apple.com" target="_blank">echristo@apple.com</a>></span> wrote:</div><div class="gmail_quote"><div><div class="h5">



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br><div><div>On Oct 14, 2011, at 1:12 PM, Nick Lewycky wrote:</div>
<br><blockquote type="cite"><span style="border-collapse:separate;font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium">Does anybody really, really care about the .s format emitted by clang/llc staying compatible with older assemblers? If so, do you have a suggestion for how we should go about maintaining compatibility?</span></blockquote>



</div><br></div><div>Given all of the whining we get about not supporting someone's ancient this or that… a bit.</div><div><br></div><div>The standard way to do this would be an autoconf check to see if it successfully assembles the file directive.</div>



</div></blockquote><div><br></div></div></div><div>I've gone ahead and implemented control for this just like the CFI directives. It turns off with -no-integrated-as or -fno-dwarf-directory-asm on clang, or with -disable-dwarf-directory on llc. The -fno-dwarf-directory-asm flag is ignored when emitting .o files directly.</div>



<div><br></div><div>Please review!</div><div><br></div><span class="HOEnZb"><font color="#888888"><div>Nick</div><div><br></div></font></span></div>
</blockquote></div><br>