[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 15 15:12:52 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.149 -> 1.150
---
Log message:
pass EXTRA_LINKTIME_OPT_FLAGS after the main program so that we can play with archives.
---
Diffs of the changes: (+1 -1)
Makefile.programs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.149 llvm-test/Makefile.programs:1.150
--- llvm-test/Makefile.programs:1.149 Wed Mar 2 11:24:39 2005
+++ llvm-test/Makefile.programs Tue Mar 15 17:12:39 2005
@@ -214,7 +214,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.llvm.bc): \
Output/%.llvm.bc: Output/%.linked.bc $(LGCCLDPROG)
- -$(LGCCLD) $(STATS) $(EXTRA_LINKTIME_OPT_FLAGS) $< -lc $(LIBS) -lcrtend -o Output/$*.llvm
+ -$(LGCCLD) $(STATS) $< $(EXTRA_LINKTIME_OPT_FLAGS) -lc $(LIBS) -lcrtend -o Output/$*.llvm
ifneq ($(OPTPASSES),)
-$(LOPT) -q $(OPTPASSES) < $@ > $@.tmp
$(MV) -f $@.tmp $@
More information about the llvm-commits
mailing list