[llvm-commits] CVS: llvm-test/Makefile.programs
Reid Spencer
reid at x10sys.com
Sat Feb 3 22:07:29 PST 2007
Changes in directory llvm-test:
Makefile.programs updated: 1.253 -> 1.254
---
Log message:
gccas-pass-args is now opt-pass-args
---
Diffs of the changes: (+2 -2)
Makefile.programs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.253 llvm-test/Makefile.programs:1.254
--- llvm-test/Makefile.programs:1.253 Sat Feb 3 16:41:17 2007
+++ llvm-test/Makefile.programs Sun Feb 4 00:07:13 2007
@@ -433,8 +433,8 @@
# 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
- $(LBUGPOINT) $< `cat Output/gccas-pass-args` $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
+ Output/opt-pass-args Output/%.out-nat
+ $(LBUGPOINT) $< `cat Output/opt-pass-args` $(BUGPOINT_OPTIONS) $(BUGPOINT_ARGS)
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-gccld): \
Output/%.bugpoint-gccld: Output/%.nogccldopt-llvm.bc $(LBUGPOINT) \
More information about the llvm-commits
mailing list