[llvm-commits] [test-suite] r109824 - /test-suite/trunk/External/Makefile

Eric Christopher echristo at apple.com
Thu Jul 29 17:34:38 PDT 2010


Author: echristo
Date: Thu Jul 29 19:34:38 2010
New Revision: 109824

URL: http://llvm.org/viewvc/llvm-project?rev=109824&view=rev
Log:
Temporarily disable skidmarks - it's undergoing a bit of a rewrite.

Modified:
    test-suite/trunk/External/Makefile

Modified: test-suite/trunk/External/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/Makefile?rev=109824&r1=109823&r2=109824&view=diff
==============================================================================
--- test-suite/trunk/External/Makefile (original)
+++ test-suite/trunk/External/Makefile Thu Jul 29 19:34:38 2010
@@ -8,7 +8,9 @@
 #
 # Create the list of directories to compile
 #
-PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim skidmarks10
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
+# Temporarily disable skidmarks
+# skidmarks10
 
 ifneq (,$(findstring x86,$(ARCH)))
 # Nurbs uses SSE and only works on x86 and x86_64.





More information about the llvm-commits mailing list