[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 29 16:10:02 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/300.twolf:
Makefile updated: 1.2 -> 1.3
---
Log message:
Fix this to work with large problem size
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.2 Mon Jun 16 07:01:12 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile Mon Sep 29 16:09:16 2003
@@ -1,6 +1,6 @@
LEVEL = ../../../../../..
LDFLAGS = -lm
-RUN_OPTIONS = test
-STDOUT_FILENAME := test.net.stdout
+RUN_OPTIONS = $(RUN_TYPE)
+STDOUT_FILENAME = $(RUN_TYPE).net.stdout
include ../../Makefile.spec
More information about the llvm-commits
mailing list