[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 18 14:10:04 PDT 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/300.twolf:

Makefile updated: 1.4 -> 1.5

---
Log message:

The correct output file is train.stdout, not train.net.stdout!

This has not been braking the diffs because we compare jit's outputs with gcc's,
not with the official SPEC output results! However, it has been showing up as an
error in the program test log EVERY night. I am sure other errors where "cat"
cannot concatenate output files also result not from incorrect program
transformations, but because of wrong Makefiles.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.4 llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.5
--- llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile:1.4	Wed Feb 25 18:01:18 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/300.twolf/Makefile	Sun Apr 18 14:09:32 2004
@@ -1,6 +1,6 @@
 LEVEL = ../../../../../..
 LDFLAGS = -lm
 RUN_OPTIONS     = $(RUN_TYPE)
-STDOUT_FILENAME = $(RUN_TYPE).net.stdout
+STDOUT_FILENAME = $(RUN_TYPE).stdout
 include ../../Makefile.spec2000
 





More information about the llvm-commits mailing list