<div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 26, 2012 at 2:27 PM, Jim Grosbach <span dir="ltr"><<a href="mailto:grosbach@apple.com" target="_blank" class="cremed">grosbach@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: grosbach<br>
Date: Wed Sep 26 16:27:45 2012<br>
New Revision: 164724<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=164724&view=rev" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project?rev=164724&view=rev</a><br>
Log:<br>
X86_32: Large Symbol+Offset relocations.<br>
<br>
If the offset is more than 24-bits, it won't fit in a scattered<br>
relocation offset field, so we fall back to using a non-scattered<br>
relocation.<br>
<br>
rdar://12358909<br>
<br>
Added:<br>
llvm/trunk/test/MC/MachO/i386-large-relocations.s<br></blockquote><div><br></div><div>Jim, it looks like this is the slowest running test in the entire regression test suite now... it runs for over 30s on my system, where the total lit runtime is 52 seconds =/</div>
<div><br></div><div>Is there any way to prune it down to a smaller test? Or maybe there is some N^2 aspect to this?</div><div><br></div><div>The time appears to go to llvm-mc rather than macho-dump, but I've not really dug into why. I just wanted to let you know.</div>
<div>-Chandler</div><div><br></div></div></div>