[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/099.go/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Jul 15 13:23:20 PDT 2005



Changes in directory llvm-test/External/SPEC/CINT95/099.go:

Makefile updated: 1.5 -> 1.6
---
Log message:

as per Misha's suggestion

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

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/External/SPEC/CINT95/099.go/Makefile
diff -u llvm-test/External/SPEC/CINT95/099.go/Makefile:1.5 llvm-test/External/SPEC/CINT95/099.go/Makefile:1.6
--- llvm-test/External/SPEC/CINT95/099.go/Makefile:1.5	Fri Jul 15 11:53:45 2005
+++ llvm-test/External/SPEC/CINT95/099.go/Makefile	Fri Jul 15 15:23:07 2005
@@ -14,6 +14,10 @@
 
 ifeq ($(ARCH),Alpha)
 
+# So on alpha, gcc misoptimizes things.  So conditionally (on if we are on alpha)
+# change the optimization levels of the cbe and native
+# note llc compiles things correctly, this is only a gcc workaround
+
 Output/%.o: %.c Output/.dir
 	-$(CC) $(CPPFLAGS) $(CFLAGS) -O1 -c $< -o $@
 






More information about the llvm-commits mailing list