<br><div class="gmail_extra"><br><div class="gmail_quote"><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>
</div></div>I talked with Greg and he said that accel tables wouldn't work with LTO. The problem is triggered even with `-gline-tables-only'. I don't have a small testcase, but you need to build LLVM with LTO and `-gline-tables-only' then run dwarfdump on it like I said.<br>

<div class="im"><br></div></blockquote><div><br></div><div>That's curious, did he give a reason? You can have an accelerator table for a final executable. That said the accelerator tables make not sense for -gline-tables-only which could be causing you the problems you're see since there's very little info for the tables to work with and there could be issues there. There should be a DIE for each entry in the names table. What do, for example, those offsets give you?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> Do you have a particular set of output from the verify to show what's going on here?<br>
><br>
</div>These are the first several lines of the verify output. It's big.<br></blockquote><div><br></div><div>Not surprising as it's pretty heinous debug info at this point. So, what are the DIE offsets for those functions? llvm-dwarfdump doesn't dump them at the moment so you'll need to use dwarfdump to look for the functions.</div>
<div><br></div><div>-eric </div></div><br></div>