[llvm-commits] [test-suite] r165248 - /test-suite/trunk/MultiSource/Benchmarks/Makefile
Hal Finkel
hfinkel at anl.gov
Thu Oct 4 16:40:10 PDT 2012
Would you mind if we only disabled the subdirectories that are failing?
MultiSource/Benchmarks/TSVC/Equivalencing-dbl
MultiSource/Benchmarks/TSVC/Equivalencing-flt
MultiSource/Benchmarks/TSVC/GlobalDataFlow-dbl
The others seemed to be passing.
Thanks again,
Hal
----- Original Message -----
From: "Michael Gottesman" <mgottesman at apple.com>
To: llvm-commits at cs.uiuc.edu
Sent: Thursday, October 4, 2012 3:36:38 PM
Subject: [llvm-commits] [test-suite] r165248 - /test-suite/trunk/MultiSource/Benchmarks/Makefile
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
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list