[llvm-commits] [test-suite] r170249 - /test-suite/trunk/External/SPEC/CINT95/099.go/Makefile

Nadav Rotem nrotem at apple.com
Fri Dec 14 14:13:53 PST 2012


Author: nadav
Date: Fri Dec 14 16:13:53 2012
New Revision: 170249

URL: http://llvm.org/viewvc/llvm-project?rev=170249&view=rev
Log:
We do not support Alpha any more, and whatever bugs GCC-alpha once had are not interesting.

Modified:
    test-suite/trunk/External/SPEC/CINT95/099.go/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/099.go/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/099.go/Makefile?rev=170249&r1=170248&r2=170249&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/099.go/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/099.go/Makefile Fri Dec 14 16:13:53 2012
@@ -13,17 +13,3 @@
 RUN_OPTIONS     = 50 9
 endif
 
-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 $@
-
-$(PROGRAMS_TO_TEST:%=Output/%.cbe): \
-Output/%.cbe: Output/%.cbe.c
-	-$(CC) $< $(LDFLAGS) $(CFLAGS) -fno-strict-aliasing -O0 -o $@
-
-endif





More information about the llvm-commits mailing list