[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Sun Feb 4 15:50:36 PST 2007
Changes in directory llvm-test:
Makefile.programs updated: 1.254 -> 1.255
---
Log message:
fix bugpoint-gccas target
---
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.254 llvm-test/Makefile.programs:1.255
--- llvm-test/Makefile.programs:1.254 Sun Feb 4 00:07:13 2007
+++ llvm-test/Makefile.programs Sun Feb 4 17:50:20 2007
@@ -288,7 +288,7 @@
# Targets to get the pass arguments that gccas and gccld are using...
Output/opt-pass-args: $(LOPT) Output/.dir
-$(LLVMAS) < /dev/null -o - | \
- $(LOPT) $(EXTRA_LOPT_OPTIONS) -disable-output -debug-pass=Arguments 2>&1 | \
+ $(LOPT) $(EXTRA_LOPT_OPTIONS) -std-compile-opts -disable-output -debug-pass=Arguments 2>&1 | \
sed 's/Pass Arguments: //' | sed 's/-emitbytecode//' > $@
Output/gccld-pass-args: $(LGCCLDPROG) Output/.dir
More information about the llvm-commits
mailing list