[test-suite] r175247 - Turned back on Polybench tests on ARM since we now have Small Problem Size support.

Michael Gottesman mgottesman at apple.com
Thu Feb 14 19:15:42 PST 2013


Author: mgottesman
Date: Thu Feb 14 21:15:41 2013
New Revision: 175247

URL: http://llvm.org/viewvc/llvm-project?rev=175247&view=rev
Log:
Turned back on Polybench tests on ARM since we now have Small Problem Size support.

rdar://11907111.

Modified:
    test-suite/trunk/SingleSource/Benchmarks/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Makefile?rev=175247&r1=175246&r2=175247&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Thu Feb 14 21:15:41 2013
@@ -3,9 +3,4 @@ PARALLEL_DIRS := Dhrystone CoyoteBench S
               Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench Linpack SmallPT
 LDFLAGS += -lm
 
-# Disable Polybench tests on ARM for the time being, they are very long running.
-ifeq ($(ARCH),ARM)
-PARALLEL_DIRS := $(filter-out Polybench, $(PARALLEL_DIRS))
-endif
-
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list