[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 23 20:05:08 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.146 -> 1.147
---
Log message:
Allow extra options to be specified for gccld.
---
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.146 llvm-test/Makefile.programs:1.147
--- llvm-test/Makefile.programs:1.146 Sun Jan 16 20:03:01 2005
+++ llvm-test/Makefile.programs Sun Jan 23 22:04:25 2005
@@ -207,7 +207,7 @@
$(PROGRAMS_TO_TEST:%=Output/%.llvm.bc): \
Output/%.llvm.bc: Output/%.linked.bc $(LGCCLDPROG)
- -$(LGCCLD) $(STATS) $< -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