[llvm-commits] [test-suite] r78555 - /test-suite/trunk/MultiSource/Benchmarks/Makefile
Evan Cheng
evan.cheng at apple.com
Sun Aug 9 21:15:18 PDT 2009
Author: evancheng
Date: Sun Aug 9 23:15:18 2009
New Revision: 78555
URL: http://llvm.org/viewvc/llvm-project?rev=78555&view=rev
Log:
Disable mafft for SMALL_PROBLEM_SIZE.
Modified:
test-suite/trunk/MultiSource/Benchmarks/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Makefile?rev=78555&r1=78554&r2=78555&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Sun Aug 9 23:15:18 2009
@@ -5,6 +5,11 @@
McCat Olden OptimizerEval Ptrdist llubenchmark \
sim FreeBench MallocBench Prolangs-C Prolangs-C++ SciMark2-C\
mediabench ASCI_Purple MiBench Trimaran VersaBench tramp3d-v4 NPB-serial\
- BitBench ASC_Sequoia PAQ8p mafft
+ BitBench ASC_Sequoia PAQ8p
+
+ifndef SMALL_PROBLEM_SIZE
+PARALLEL_DIRS += \
+ mafft
+endif
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list