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

Michael Gottesman mgottesman at apple.com
Thu Oct 4 13:36:38 PDT 2012


Author: mgottesman
Date: Thu Oct  4 15:36:38 2012
New Revision: 165248

URL: http://llvm.org/viewvc/llvm-project?rev=165248&view=rev
Log:
Disabling TSVC on Darwin until PR-14025 is resolved.

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=165248&r1=165247&r2=165248&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Thu Oct  4 15:36:38 2012
@@ -6,7 +6,12 @@
                  McCat Olden Ptrdist llubenchmark \
                  sim FreeBench MallocBench Prolangs-C SciMark2-C mediabench\
                  nbench ASCI_Purple MiBench Trimaran VersaBench NPB-serial\
-                 BitBench ASC_Sequoia TSVC
+                 BitBench ASC_Sequoia
+
+# Disable TSVC on Darwin until PR-14025 is resolved.
+ifneq ($(TARGET_OS),Darwin)
+PARALLEL_DIRS += TSVC
+endif
 
 ifndef DISABLE_CXX
 PARALLEL_DIRS += Prolangs-C++ PAQ8p tramp3d-v4 Bullet





More information about the llvm-commits mailing list