[llvm-commits] [test-suite] r59804 - in /test-suite/trunk/MultiSource/Benchmarks: ASC_Sequoia/Makefile Makefile
Duraid Madina
duraid at octopus.com.au
Thu Nov 20 23:56:10 PST 2008
Author: duraid
Date: Fri Nov 21 01:56:10 2008
New Revision: 59804
URL: http://llvm.org/viewvc/llvm-project?rev=59804&view=rev
Log:
enable the two C sequoia tests (fortran one needs proper llvm-gfortran support
worked into llvm-test config stuff)
Modified:
test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/Makefile
test-suite/trunk/MultiSource/Benchmarks/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/Makefile?rev=59804&r1=59803&r2=59804&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/ASC_Sequoia/Makefile Fri Nov 21 01:56:10 2008
@@ -1,7 +1,7 @@
# MultiSource/ASC_Sequoia Makefile: Build all subdirectories automatically
LEVEL = ../../..
-PARALLEL_DIRS = sphot IRSmk AMGmk
+PARALLEL_DIRS = IRSmk AMGmk # sphot
include $(LEVEL)/Makefile.programs
Modified: test-suite/trunk/MultiSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Makefile?rev=59804&r1=59803&r2=59804&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Fri Nov 21 01:56:10 2008
@@ -5,6 +5,6 @@
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
+ BitBench ASC_Sequoia
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list