[llvm-commits] CVS: llvm/test/Programs/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 22 23:47:05 PDT 2004
Changes in directory llvm/test/Programs:
Makefile.programs updated: 1.131 -> 1.132
---
Log message:
Switch linscan column to iterativescan
---
Diffs of the changes: (+3 -3)
Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.131 llvm/test/Programs/Makefile.programs:1.132
--- llvm/test/Programs/Makefile.programs:1.131 Mon Jun 21 21:28:05 2004
+++ llvm/test/Programs/Makefile.programs Fri Jul 23 01:46:55 2004
@@ -292,7 +292,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.llc-ls.s): \
Output/%.llc-ls.s: Output/%.llvm.bc $(LLC)
- -$(LLC) $(LLCFLAGS) -f -regalloc=linearscan $< -o $@
+ -$(LLC) $(LLCFLAGS) -f -regalloc=iterativescan $< -o $@
## Alternative command to run llc remotely on another machine:
@@ -353,7 +353,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.out-jit-ls): \
Output/%.out-jit-ls: Output/%.llvm.bc $(LLI)
- -$(RUNSAFELY) $(STDIN_FILENAME) $@ $(LLI) -regalloc=linearscan $(JIT_OPTS) $< $(RUN_OPTIONS)
+ -$(RUNSAFELY) $(STDIN_FILENAME) $@ $(LLI) -regalloc=iterativescan $(JIT_OPTS) $< $(RUN_OPTIONS)
ifdef PROGRAM_REQUIRED_TO_EXIT_OK
@if test \! -f $@.exitok; then echo "TEST (jit-ls): $* FAILED!"; rm -f $@; fi
endif
@@ -393,7 +393,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-llc-ls): \
Output/%.bugpoint-llc-ls: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
- $(LBUGPOINT) $< -run-llc $(BUGPOINT_OPTIONS) -regalloc=linearscan $(BUGPOINT_ARGS)
+ $(LBUGPOINT) $< -run-llc $(BUGPOINT_OPTIONS) -regalloc=iterativescan $(BUGPOINT_ARGS)
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-jit): \
Output/%.bugpoint-jit: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
More information about the llvm-commits
mailing list