<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Nov 13, 2012, at 10:03 AM, Eric Christopher <<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><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; position: static; z-index: auto; ">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 href="rdar://problem/12401423">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>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><div><br></div><div>-bw</div><div><br></div><br></body></html>