<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 6, 2016 at 9:15 AM, Paul Robinson via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">probinson added a comment.<br>
<span class=""><br>
In <a href="http://reviews.llvm.org/D18706#393310" rel="noreferrer" target="_blank">http://reviews.llvm.org/D18706#393310</a>, @dblaikie wrote:<br>
<br>
> Seems this makes the flag (dwarf-linkage-names=*) a bit erroneous, no?<br>
<br>
<br>
</span>That's true, it doesn't completely disable linkage names any more. Make that a 3-way flag?  -dwarf-linkage-names={All,Abstract,None}.  The more complicated decision-making can be buried inside useLinkageNames() which would now take a bool saying whether the DIE is abstract.<br></blockquote><div><br></div><div>Would strike me as a bit odd - if "none" is not needed by anyone, we probably shouldn't leave it around.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
> Would it be better to trigger this directly off the debugger tuning flag<br>
<br>
>  now & drop the specific named flag?<br>
<br>
<br>
</span>No.  The original discussion over "tuning" specifically concluded that tuning should expand to defaults for feature-specific flags, and never be a controlling condition on its own.  It should always be possible to override a tuning with specific flags.<br></blockquote><div><br></div><div>Yeah, I don't quite recall the specifics of the conversation/that conclusion.</div><div> </div><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>
<br>
<a href="http://reviews.llvm.org/D18706" rel="noreferrer" target="_blank">http://reviews.llvm.org/D18706</a><br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div></div>