[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 27 13:37:13 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.219 -> 1.220
---
Log message:
Pass EXTRA_FLAGS to bugpoint.
---
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.219 llvm-test/Makefile.programs:1.220
--- llvm-test/Makefile.programs:1.219 Mon Jun 26 13:14:59 2006
+++ llvm-test/Makefile.programs Tue Jun 27 15:37:01 2006
@@ -384,7 +384,7 @@
# Give bugpoint information about LDFLAGS to pass down to the actual link stage
# of the program.
-BUGPOINT_OPTIONS += $(LDFLAGS:%=-Xlinker=%)
+BUGPOINT_OPTIONS += $(LDFLAGS:%=-Xlinker=%) $(EXTRA_OPTIONS:%=-Xlinker=%)
# Specify stdin, reference output, and command line options for the program...
BUGPOINT_OPTIONS += -input=$(STDIN_FILENAME) -output=Output/$*.out-nat
More information about the llvm-commits
mailing list