[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Jun 24 17:36:01 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:
Makefile updated: 1.8 -> 1.9
---
Log message:
Make 176.gcc bugpoitn compatible
---
Diffs of the changes: (+4 -3)
Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.8 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.9
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.8 Fri Apr 23 19:28:07 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile Thu Jun 24 17:34:49 2004
@@ -1,11 +1,12 @@
LEVEL = ../../../../../..
ifeq ($(RUN_TYPE),test)
-RUN_OPTIONS = cccp.i -o cccp.s
+RUN_OPTIONS = cccp.i -o - -quiet
+STDOUT_FILENAME = cccp.s
else
-RUN_OPTIONS = cp-decl.i -o cp-decl.s
+RUN_OPTIONS = cp-decl.i -o - -quiet
+STDOUT_FILENAME = cp-decl.s
endif
-STDOUT_FILENAME = cccp.out
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list