diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:29:30 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-10-19 20:29:30 +0000 |
commit | a3d9cabf8fd1cd30079b97cf3c8ba4a5439fe045 (patch) | |
tree | 3e11b253b064bee21bdfd0b27f2870a2e3ec7f08 /llvm/docs/CommandGuide | |
parent | a3514551a1b357cb3a15affb2673271629934d8b (diff) | |
download | bcm5719-llvm-a3d9cabf8fd1cd30079b97cf3c8ba4a5439fe045.tar.gz bcm5719-llvm-a3d9cabf8fd1cd30079b97cf3c8ba4a5439fe045.zip |
lit: Rename the valgrind leaks feature to match what is currently used
(vg_leak).
llvm-svn: 166306
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 841bd20d17d..9e96cd2a4bf 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -140,7 +140,7 @@ EXECUTION OPTIONS **--vg-leak** When *--vg* is used, enable memory leak checks. When this option is enabled, - **lit** will also automatically provide a "valgrind-leaks" feature that can be + **lit** will also automatically provide a "vg_leak" feature that can be used to conditionally disable (or expect failure in) certain tests. |