<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 3 January 2013 16:15, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Part of the issue here is whether or not the Make-based execution is<br>
still maintained/valued. I'm getting the impression that the LNT<br>
execution may be already, or be becoming, the standard way to run the<br>
test suite even when not gathering perf statistics. Michael/Daniel -<br>
is that the case?<br></blockquote><div><br></div><div style>The main issue here is that Clang seems not to be choosing link time optimizations by default, while the make-based run calls it explicitly. So it is possible to achieve the same effect (ie. cover LTO) by turning them on on some runs (for all types of tests on all hardware configurations).</div>
<div style><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If so, should we rip out the direct Make execution, or do something to<br>
otherwise warn/disable it?<br></blockquote><div><br></div><div style>I'd strongly recommend that we use only one test style (LNT) everywhere, and that we should test LTO more effectively.</div><div><br></div><div style>
cheers,</div><div style>--renato</div></div></div></div>