[test-suite] r310993 - [test-suite] Adding a Makefile for PENNANT

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 23:25:03 PDT 2017


Author: hfinkel
Date: Tue Aug 15 23:25:03 2017
New Revision: 310993

URL: http://llvm.org/viewvc/llvm-project?rev=310993&view=rev
Log:
[test-suite] Adding a Makefile for PENNANT

Added:
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile

Added: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C%2B%2B/PENNANT/Makefile?rev=310993&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile (added)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile Tue Aug 15 23:25:03 2017
@@ -0,0 +1,5 @@
+LEVEL = ../../../..
+
+PROG = PENNANT
+RUN_OPTIONS = $(PROJ_SRC_DIR)/intermediate_leblanc.pnt
+include $(LEVEL)/MultiSource/Makefile.multisrc




More information about the llvm-commits mailing list