[llvm-commits] [test-suite] r159656 - /test-suite/trunk/SingleSource/Benchmarks/Makefile

Tobias Grosser grosser at fim.uni-passau.de
Tue Jul 3 04:06:51 PDT 2012


Author: grosser
Date: Tue Jul  3 06:06:50 2012
New Revision: 159656

URL: http://llvm.org/viewvc/llvm-project?rev=159656&view=rev
Log:
Connect the recently contributed 'Polybench' to the makefiles

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=159656&r1=159655&r2=159656&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Makefile Tue Jul  3 06:06:50 2012
@@ -1,6 +1,6 @@
 LEVEL = ../..
 PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
-              Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++
+              Misc Misc-C++ Misc-C++-EH BenchmarkGame Adobe-C++ Polybench
 LDFLAGS += -lm
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list