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

Reid Spencer reid at x10sys.com
Sun Feb 4 11:39:50 PST 2007



Changes in directory llvm-test/External/SPEC:

Makefile.spec updated: 1.60 -> 1.61
---
Log message:

For PR1165: http://llvm.org/PR1165 :
gccas-pass-args -> opt-pass-args


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

 Makefile.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/External/SPEC/Makefile.spec
diff -u llvm-test/External/SPEC/Makefile.spec:1.60 llvm-test/External/SPEC/Makefile.spec:1.61
--- llvm-test/External/SPEC/Makefile.spec:1.60	Mon Dec  4 16:07:46 2006
+++ llvm-test/External/SPEC/Makefile.spec	Sun Feb  4 13:39:34 2007
@@ -121,9 +121,9 @@
 # Rules to bugpoint the GCCAS, GCCLD, LLC, or LLI commands...
 $(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccas): \
 Output/%.bugpoint-gccas: Output/%.noopt-llvm.bc $(LBUGPOINT) \
-                         Output/gccas-pass-args Output/%.out-nat
+                         Output/opt-pass-args Output/%.out-nat
 	$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
-	    $(LBUGPOINT) ../$*.noopt-llvm.bc `cat Output/gccas-pass-args` $(OPTPASSES) \
+	    $(LBUGPOINT) ../$*.noopt-llvm.bc `cat Output/opt-pass-args` $(OPTPASSES) \
 	    $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
 	@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
 






More information about the llvm-commits mailing list