[llvm-commits] CVS: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 6 12:20:56 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP95/101.tomcatv:
Makefile added (r1.1)
---
Log message:
Run 101.tomcatv via f2c (currently fails in the JIT only)
---
Diffs of the changes: (+9 -0)
Index: llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile:1.1
*** /dev/null Wed Oct 6 14:20:56 2004
--- llvm-test/External/SPEC/CFP95/101.tomcatv/Makefile Wed Oct 6 14:20:46 2004
***************
*** 0 ****
--- 1,9 ----
+ LEVEL = ../../../..
+
+ Source = Output/tomcatv.c
+ include $(LEVEL)/Makefile.f2c
+
+ STDIN_FILENAME = tomcatv.in
+ STDOUT_FILENAME = tomcatv.out
+
+ include ../../Makefile.spec95
More information about the llvm-commits
mailing list