[llvm-commits] [test-suite] r157645 - /test-suite/trunk/MultiSource/Benchmarks/Makefile

Evan Cheng evan.cheng at apple.com
Tue May 29 14:09:18 PDT 2012


Author: evancheng
Date: Tue May 29 16:09:18 2012
New Revision: 157645

URL: http://llvm.org/viewvc/llvm-project?rev=157645&view=rev
Log:
Disable tscp181 for now.

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=157645&r1=157644&r2=157645&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Tue May 29 16:09:18 2012
@@ -1,12 +1,12 @@
 # MultiSource/Benchmarks Makefile:  Build all subdirectories automatically
 
 LEVEL = ../..
-# Disabled: OptimizerEval.
+# Disabled: OptimizerEval, tscp181.
 PARALLEL_DIRS := Fhourstones Fhourstones-3.1 \
                  McCat Olden Ptrdist llubenchmark \
                  sim FreeBench MallocBench Prolangs-C SciMark2-C mediabench\
                  nbench ASCI_Purple MiBench Trimaran VersaBench NPB-serial\
-                 BitBench ASC_Sequoia tscp181
+                 BitBench ASC_Sequoia
 
 ifndef DISABLE_CXX
 PARALLEL_DIRS += Prolangs-C++ PAQ8p tramp3d-v4 Bullet





More information about the llvm-commits mailing list