[llvm-commits] [test-suite] r168140 - /test-suite/trunk/SingleSource/Benchmarks/Makefile
Nadav Rotem
nrotem at apple.com
Thu Nov 15 22:32:41 PST 2012
Author: nadav
Date: Fri Nov 16 00:32:41 2012
New Revision: 168140
URL: http://llvm.org/viewvc/llvm-project?rev=168140&view=rev
Log:
Add the Linpack test to the SingleSource makefile.
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=168140&r1=168139&r2=168140&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Fri Nov 16 00:32:41 2012
@@ -1,6 +1,6 @@
LEVEL = ../..
PARALLEL_DIRS := Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
- Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench
+ Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench Linpack
LDFLAGS += -lm
# Disable Polybench tests on ARM for the time being, they are very long running.
More information about the llvm-commits
mailing list