On Wed, Nov 7, 2012 at 12:43 AM, Renato Golin <span dir="ltr"><<a href="mailto:rengolin@systemcall.org" target="_blank">rengolin@systemcall.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 6 November 2012 22:34, Daniel Dunbar <<a href="mailto:daniel@zuster.org">daniel@zuster.org</a>> wrote:<br>

> You are right, the failure on compile_time indicates that the test isn't<br>
> even building. As provided, the tests don't actually define the cpuida() or<br>
> calculateMHz() functions so that seems expected to me.<br>
<br>
</div>I defined both functions as NOPs.<br>
<br>
I got what it was. The original makefile had a "-o lloops" on the<br>
compile command and I wrongfully copied it to the LDFLAGS, so it was<br>
generating the binary on the current dir, not on the Output dir, where<br>
it should belong. :)<br>
<div class="im"><br>
<br>
> The compile failures end up getting buried in the logs, but they will either<br>
> be in the test.log file in the top-level sandbox directory, or inside the<br>
> <filename>.llvm.o.compile files in the Output directory for that test (i.e.<br>
> SingleSource/Benchmarks/LivermoreLoops/Output/...).<br>
<br>
</div>Yes, I saw those logs and they were fine (3 warnings, 0 errors), so I<br>
got confused. Is there a place where you log the verbose Makefile<br>
output? That would have given me a better clue as to what was<br>
happening.<br></blockquote><div><br></div><div>The test.log file at the top-level of the sandbox should have it.</div><div><br></div><div> - Daniel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

cheers,<br>
--renato<br>
</blockquote></div><br></div>