[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Mar 15 12:31:12 PST 2005
Changes in directory llvm-test/External/SPEC/CFP2000:
Makefile updated: 1.10 -> 1.11
---
Log message:
Add notes on f2c status of program translation
---
Diffs of the changes: (+7 -2)
Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
Index: llvm-test/External/SPEC/CFP2000/Makefile
diff -u llvm-test/External/SPEC/CFP2000/Makefile:1.10 llvm-test/External/SPEC/CFP2000/Makefile:1.11
--- llvm-test/External/SPEC/CFP2000/Makefile:1.10 Tue Mar 15 14:25:25 2005
+++ llvm-test/External/SPEC/CFP2000/Makefile Tue Mar 15 14:31:02 2005
@@ -7,13 +7,18 @@
183.equake \
188.ammp
+# These are f90 and hence cannot be converted with f2c:
+# 178.galgel, 187.facerec, 189.lucas, 191.fma3d
+#
+# These are broken with f2c: output does not compile natively
+# 200.sixtrack, 301.apsi
+
ifdef USE_F2C
PARALLEL_DIRS += \
168.wupwise \
171.swim \
172.mgrid \
- 173.applu
+ 173.applu
endif
-
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list