[llvm-commits] [test-suite] r46448 - in /test-suite/trunk/MultiSource/Benchmarks: Makefile Trimaran/Makefile Trimaran/README.txt
Chris Lattner
sabre at nondot.org
Sun Jan 27 23:26:07 PST 2008
Author: lattner
Date: Mon Jan 28 01:26:07 2008
New Revision: 46448
URL: http://llvm.org/viewvc/llvm-project?rev=46448&view=rev
Log:
Build trimaran benchmarks by default
Added:
test-suite/trunk/MultiSource/Benchmarks/Trimaran/Makefile
test-suite/trunk/MultiSource/Benchmarks/Trimaran/README.txt
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=46448&r1=46447&r2=46448&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Mon Jan 28 01:26:07 2008
@@ -4,6 +4,6 @@
PARALLEL_DIRS := Fhourstones Fhourstones-3.1 \
McCat Olden OptimizerEval Ptrdist llubenchmark \
sim FreeBench MallocBench Prolangs-C Prolangs-C++ SciMark2-C\
- mediabench ASCI_Purple MiBench VersaBench tramp3d-v4
+ mediabench ASCI_Purple MiBench Trimaran VersaBench tramp3d-v4
include $(LEVEL)/Makefile.programs
Added: test-suite/trunk/MultiSource/Benchmarks/Trimaran/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Trimaran/Makefile?rev=46448&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Trimaran/Makefile (added)
+++ test-suite/trunk/MultiSource/Benchmarks/Trimaran/Makefile Mon Jan 28 01:26:07 2008
@@ -0,0 +1,7 @@
+# MultiSource/Trimaran Makefile: Build all subdirectories automatically
+
+LEVEL = ../../..
+PARALLEL_DIRS = enc-3des enc-md5 enc-pc1 enc-rc4 netbench-crc netbench-url
+
+
+include $(LEVEL)/Makefile.programs
Added: test-suite/trunk/MultiSource/Benchmarks/Trimaran/README.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Trimaran/README.txt?rev=46448&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Trimaran/README.txt (added)
+++ test-suite/trunk/MultiSource/Benchmarks/Trimaran/README.txt Mon Jan 28 01:26:07 2008
@@ -0,0 +1,3 @@
+this is obtained from here. One program was elided (ipchains)
+because it was linux specific.
+http://www.trimaran.org/benchmarks.shtml
More information about the llvm-commits
mailing list