[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod
Nick Lewycky
nicholas at mxc.ca
Wed Sep 13 21:33:44 PDT 2006
Changes in directory llvm/docs/CommandGuide:
bugpoint.pod updated: 1.9 -> 1.10
---
Log message:
Document new --enable-valgrind option.
---
Diffs of the changes: (+6 -0)
bugpoint.pod | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/docs/CommandGuide/bugpoint.pod
diff -u llvm/docs/CommandGuide/bugpoint.pod:1.9 llvm/docs/CommandGuide/bugpoint.pod:1.10
--- llvm/docs/CommandGuide/bugpoint.pod:1.9 Sun Aug 27 19:34:19 2006
+++ llvm/docs/CommandGuide/bugpoint.pod Wed Sep 13 23:33:29 2006
@@ -105,6 +105,12 @@
interpreter, the JIT compiler, the static native code compiler, or the C
backend, respectively.
+=item B<--enable-valgrind>
+
+Use valgrind to find faults in the optimization phase. This will allow
+bugpoint to find otherwise asymptomatic problems caused by memory
+mis-management.
+
=back
=head1 EXIT STATUS
More information about the llvm-commits
mailing list