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 | 426df57aec577ccd1553f0531b1857d4e091c71b (patch) | |
tree | 6746648d6b6d8f7f1015ac41e7b99ac41b0df49f | |
parent | a2c681ab4118026c1558b930a5e486fdae14296d (diff) | |
download | bcm5719-llvm-426df57aec577ccd1553f0531b1857d4e091c71b.tar.gz bcm5719-llvm-426df57aec577ccd1553f0531b1857d4e091c71b.zip |
Document new --enable-valgrind option.
llvm-svn: 30313
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index 56f83953f22..d940f0d4291 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/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 |