<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 13, 2012 at 10:28 AM, Bill Wendling <span dir="ltr"><<a href="mailto:isanbard@gmail.com" target="_blank">isanbard@gmail.com</a>></span> wrote:<br>
<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><div><div class="h5"><div>On Nov 13, 2012, at 10:03 AM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>> wrote:</div>
<br><blockquote type="cite"><div class="gmail_extra">On Mon, Nov 12, 2012 at 4:54 PM, Bill Wendling <span dir="ltr"><<a href="mailto:isanbard@gmail.com" target="_blank">isanbard@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Author: void<br>
Date: Mon Nov 12 18:54:24 2012<br>
New Revision: 167799<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=167799&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=167799&view=rev</a><br>
Log:<br>
Disable accelerator tables when compiling with LTO.<br>
<br>
LTO doesn't generate correct accelerator tables. This is due to the general lack<br>
correct of debug info for LTO. Disable it when using LTO.<br>
<<a>rdar://problem/12401423</a>><br><br></blockquote><div><br></div><div>Not a huge fan of this patch. Debug Info for LTO in general isn't working yet, what's the difference between this and anything else? What kind of configuration are you building with that this is occurring? What tool is breaking?</div>

<div><br></div></div></div></blockquote></div></div>If we build LLVM in LTO mode  and then run dtrace on the executable, it will eat all of your memory and fill up your hard drive because of bad debug info resulting from bad accelerator tables.</div>
<span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></blockquote><div><br></div><div>dtrace uses the accelerator tables? How and why? The accelerator tables are built from the debug info that's going into the final file, I think you're conflating two problems here.</div>
<div><br></div><div>-eric </div></div></div>