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

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 19 23:54:01 PST 2004


Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec95 updated: 1.2 -> 1.3

---
Log message:

Fix the bugpoint targets to match Makefile.spec.  I really wish there wasn't
so much makefile duplication between the two files :(


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

Index: llvm/test/Programs/External/SPEC/Makefile.spec95
diff -u llvm/test/Programs/External/SPEC/Makefile.spec95:1.2 llvm/test/Programs/External/SPEC/Makefile.spec95:1.3
--- llvm/test/Programs/External/SPEC/Makefile.spec95:1.2	Wed Feb 11 13:09:00 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec95	Thu Feb 19 23:53:09 2004
@@ -133,14 +133,14 @@
 
 # Rules to bugpoint the GCCAS, GCCLD, LLC, or LLI commands...
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccas): \
-Output/%.bugpoint-gccas: Output/%.linked.rll $(LBUGPOINT) \
+Output/%.bugpoint-gccas: Output/%.noopt-llvm.bc $(LBUGPOINT) \
                          Output/gccas-pass-args Output/%.out-nat
 	$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
 	    $(LBUGPOINT) ../../$< `cat Output/gccas-pass-args` $(BUGPOINT_OPTIONS)
 	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
 
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
-Output/%.bugpoint-gccld: Output/%.linked.bc $(LBUGPOINT) \
+Output/%.bugpoint-gccld: Output/%.noopt-llvm.bc $(LBUGPOINT) \
                          Output/gccld-pass-args Output/%.out-nat
 	$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
 	    $(LBUGPOINT) ../../$< `cat Output/gccld-pass-args` $(BUGPOINT_OPTIONS)





More information about the llvm-commits mailing list