[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Feb 11 10:48:13 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/126.gcc:

Makefile added (r1.1)

---
Log message:

Adding 126.gcc SPEC95 integer benchmark.



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

Index: llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile:1.1
*** /dev/null	Wed Feb 11 10:47:40 2004
--- llvm/test/Programs/External/SPEC/CINT95/126.gcc/Makefile	Wed Feb 11 10:47:30 2004
***************
*** 0 ****
--- 1,8 ----
+ LEVEL = ../../../../../..
+ CPPFLAGS += -DSPEC -I$(SPEC95_ROOT)/CINT95/126.gcc/src/src.alt
+ RUN_OPTIONS := -quiet -funroll-loops -fforce-mem -fcse-follow-jumps -fcse-skip-blocks -fexpensive-optimizations -fstrength-reduce -fpeephole -fschedule-insns -finline-functions -fschedule-insns2 -O -o -
+ STDIN_FILENAME = cccp.i
+ STDOUT_FILENAME = cccp.s
+ 
+ include ../../Makefile.spec95
+ 





More information about the llvm-commits mailing list