[llvm-commits] [test-suite] r165698 - /test-suite/trunk/MultiSource/Benchmarks/Makefile
Hal Finkel
hfinkel at anl.gov
Wed Oct 10 21:05:06 PDT 2012
Author: hfinkel
Date: Wed Oct 10 23:05:05 2012
New Revision: 165698
URL: http://llvm.org/viewvc/llvm-project?rev=165698&view=rev
Log:
Reenable TSVC on Darwin.
All TSVC tests now pass on both my Linux and Mac machines,
and I hope that the buildbots will agreee.
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=165698&r1=165697&r2=165698&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Wed Oct 10 23:05:05 2012
@@ -9,12 +9,7 @@
McCat Olden Ptrdist llubenchmark \
sim FreeBench MallocBench Prolangs-C SciMark2-C mediabench\
nbench ASCI_Purple MiBench Trimaran VersaBench NPB-serial\
- BitBench ASC_Sequoia
-
-# Disable TSVC on Darwin until PR-14025 is resolved.
-ifneq ($(TARGET_OS),Darwin)
-PARALLEL_DIRS += TSVC
-endif
+ BitBench ASC_Sequoia TSVC
ifndef DISABLE_CXX
PARALLEL_DIRS += Prolangs-C++ PAQ8p tramp3d-v4 Bullet
More information about the llvm-commits
mailing list