[llvm-commits] CVS: llvm-test/Makefile.programs
Reid Spencer
reid at x10sys.com
Wed Nov 15 19:50:05 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.238 -> 1.239
---
Log message:
Add a facility for using the -disable-loop-extraction option with bugpoint.
---
Diffs of the changes: (+4 -0)
Makefile.programs | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.238 llvm-test/Makefile.programs:1.239
--- llvm-test/Makefile.programs:1.238 Thu Nov 9 20:08:26 2006
+++ llvm-test/Makefile.programs Wed Nov 15 21:49:51 2006
@@ -391,6 +391,10 @@
BUGPOINT_OPTIONS += -abs-tolerance $(FP_ABSTOLERANCE)
endif
+ifdef DISABLE_LOOP_EXTRACT
+BUGPOINT_OPTIONS += -disable-loop-extraction
+endif
+
# Give bugpoint information about LDFLAGS to pass down to the actual link stage
# of the program.
BUGPOINT_OPTIONS += $(LDFLAGS:%=-Xlinker=%) $(EXTRA_OPTIONS:%=-Xlinker=%)
More information about the llvm-commits
mailing list