[LLVMdev] Test Suite - Livermore Loops

Renato Golin renato.golin at linaro.org
Tue Jan 8 01:40:49 PST 2013


On 8 January 2013 04:49, Duncan Sands <baldrick at free.fr> wrote:

> While this should be investigated,
> I'm tempted to just move everything over to LNT instead...
>

That's the latent bugs that David mentioned. I agree we should have LNT and
LNT+LTO and possibly other configurations in the future.

Regarding your buildbots, gcc12 is easy to replace by LNT, because the
default, AFAICT, is to run only clang tests (check-all I presume), but
gcc20 is running the nightly tests, and I'm not sure I should change them
to "simple" or keep as "nightly" but do it via LNT.

When I added Livermore, I presumed I was running LNT with the nightly
variant (nt):

./sandbox/bin/python sandbox/bin/lnt runtest \
       --submit ~/devel/llvm/test/perfdb \
       nt \
       -j8 \
       --sandbox sandbox \
       --test-suite ~/devel/llvm/test/test-suite \
       --cc ~/devel/llvm/build/bin/clang \
       --cxx ~/devel/llvm/build/bin/clang++ \
       --only-test SingleSource/Benchmarks/LivermoreLoops

Is that right?

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130108/dffedbd7/attachment.html>


More information about the llvm-dev mailing list