[llvm-commits] [test-suite] r171859 - in /test-suite/trunk/SingleSource/Benchmarks: LivermoreLoops/ Makefile

Renato Golin rengolin at systemcall.org
Tue Jan 8 07:44:54 PST 2013


Author: rengolin
Date: Tue Jan  8 09:44:53 2013
New Revision: 171859

URL: http://llvm.org/viewvc/llvm-project?rev=171859&view=rev
Log:
Removing Livermore Loops, since the parameters() function was adapted wrongly.
I'll re-add the benchmark later, when more thought is put into it.


Removed:
    test-suite/trunk/SingleSource/Benchmarks/LivermoreLoops/
Modified:
    test-suite/trunk/SingleSource/Benchmarks/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Makefile?rev=171859&r1=171858&r2=171859&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Tue Jan  8 09:44:53 2013
@@ -1,7 +1,6 @@
 LEVEL = ../..
 PARALLEL_DIRS := Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
-              Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench Linpack LivermoreLoops \
-              SmallPT
+              Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench Linpack SmallPT
 LDFLAGS += -lm
 
 # Disable Polybench tests on ARM for the time being, they are very long running.





More information about the llvm-commits mailing list