[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Feb 29 18:54:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/176.gcc:

Makefile updated: 1.5 -> 1.6

---
Log message:

Make this work with both test and train inputs.


---
Diffs of the changes:  (+4 -0)

Index: llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.5 llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.6
--- llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile:1.5	Sun Feb 29 18:35:29 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/176.gcc/Makefile	Sun Feb 29 18:53:34 2004
@@ -1,5 +1,9 @@
 LEVEL = ../../../../../..
+ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS     = cp-decl.i -o cp-decl.s
+else
+RUN_OPTIONS     = cccp.i -o cccp.s
+endif
 STDOUT_FILENAME = cccp.out
 include ../../Makefile.spec2000
 ifeq ($(ARCH),Sparc)





More information about the llvm-commits mailing list