[llvm-commits] CVS: llvm-test/External/SPEC/Makefile.spec

Chris Lattner lattner at cs.uiuc.edu
Wed Dec 1 20:22:03 PST 2004



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.45 -> 1.46
---
Log message:

Fix 'make bugpoint-gccld' to run on the gccas-optimized program, not a 
completely unoptimized program.

This was only broken for SPEC.


---
Diffs of the changes:  (+2 -2)

Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.45 llvm-test/External/SPEC/Makefile.spec:1.46
--- llvm-test/External/SPEC/Makefile.spec:1.45	Mon Nov 29 14:36:43 2004
+++ llvm-test/External/SPEC/Makefile.spec	Wed Dec  1 22:21:48 2004
@@ -129,10 +129,10 @@
 	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
-Output/%.bugpoint-gccld: Output/%.noopt-llvm.bc $(LBUGPOINT) \
+Output/%.bugpoint-gccld: Output/%.nogccldopt-llvm.bc $(LBUGPOINT) \
                          Output/gccld-pass-args Output/%.out-nat
 	$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
-	    $(LBUGPOINT) ../$*.noopt-llvm.bc `cat Output/gccld-pass-args` $(OPTPASSES) \
+	    $(LBUGPOINT) ../$*.nogccldopt-llvm.bc `cat Output/gccld-pass-args` $(OPTPASSES) \
 	    $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
 	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
 






More information about the llvm-commits mailing list