diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2006-09-14 04:33:29 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2006-09-14 04:33:29 +0000 |
commit | d9c294b3302b90d119b1ac5fceb545e6713caf38 (patch) | |
tree | 98f0574dfe3edd700503cb7d5f3974fe5f647e0e /docs | |
parent | e290c6d250cdf67887a5f16ac9d459f83f9f0e30 (diff) | |
download | external_llvm-d9c294b3302b90d119b1ac5fceb545e6713caf38.zip external_llvm-d9c294b3302b90d119b1ac5fceb545e6713caf38.tar.gz external_llvm-d9c294b3302b90d119b1ac5fceb545e6713caf38.tar.bz2 |
Document new --enable-valgrind option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index 56f8395..d940f0d 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -105,6 +105,12 @@ using the specified code generator. These options allow you to choose the 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 |