[llvm-commits] [test-suite] r49143 - /test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile
    Chris Lattner 
    sabre at nondot.org
       
    Wed Apr  2 22:39:23 PDT 2008
    
    
  
Author: lattner
Date: Thu Apr  3 00:39:23 2008
New Revision: 49143
URL: http://llvm.org/viewvc/llvm-project?rev=49143&view=rev
Log:
Disable dc until it works at -j2+
Modified:
    test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile?rev=49143&r1=49142&r2=49143&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/NPB-serial/Makefile Thu Apr  3 00:39:23 2008
@@ -4,6 +4,7 @@
 
 ## NOTE: This must remain in this order, so that the labels in the nightly 
 ## tester gnuplot scripts are correct.
-PARALLEL_DIRS  := is dc
+PARALLEL_DIRS  := is 
+# dc
 
 include $(LEVEL)/Makefile.programs
    
    
More information about the llvm-commits
mailing list