[test-suite] r338302 - [test-suite] Removing Rodinia from Makefile build due to buildbot failures.
Brian Homerding via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 13:41:38 PDT 2018
Author: homerdin
Date: Mon Jul 30 13:41:38 2018
New Revision: 338302
URL: http://llvm.org/viewvc/llvm-project?rev=338302&view=rev
Log:
[test-suite] Removing Rodinia from Makefile build due to buildbot failures.
The buildbots that use the Makefiles are failing from the Rodinia benchmarks.
This patch removes them from being included in the Makefile build while the
Makefiles get corrected.
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=338302&r1=338301&r2=338302&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Makefile Mon Jul 30 13:41:38 2018
@@ -9,7 +9,7 @@ PARALLEL_DIRS := Fhourstones Fhourstones
McCat Olden Ptrdist llubenchmark \
sim FreeBench MallocBench Prolangs-C SciMark2-C mediabench\
nbench ASCI_Purple MiBench Trimaran VersaBench NPB-serial\
- BitBench ASC_Sequoia TSVC DOE-ProxyApps-C Rodinia
+ BitBench ASC_Sequoia TSVC DOE-ProxyApps-C
# Disable TSVC on Darwin until the tests support SMALL_PROBLEM_SIZE=1.
ifeq ($(TARGET_OS),Darwin)
More information about the llvm-commits
mailing list