[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Sep 21 13:46:01 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000/252.eon:
Makefile added (r1.1)
---
Log message:
Makefile to include eon, even though it doesn't compile yet
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile:1.1
*** /dev/null Sun Sep 21 13:45:20 2003
--- llvm/test/Programs/External/SPEC/CINT2000/252.eon/Makefile Sun Sep 21 13:45:09 2003
***************
*** 0 ****
--- 1,8 ----
+ LEVEL = ../../../../../..
+ #RUN_OPTIONS = cccp.i -o cccp.s
+ #STDOUT_FILENAME = cccp.out
+
+ # Yes, we know this is an old crufty C++ benchmark. Don't tell us about it GCC!
+ CPPFLAGS = -Wno-deprecated
+ include ../../Makefile.spec
+
More information about the llvm-commits
mailing list