mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
lit: Rename the valgrind leaks feature to match what is currently used
(vg_leak). llvm-svn: 166306
This commit is contained in:
parent
48d2376b89
commit
7abcd13b24
@ -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.
|
||||
|
||||
|
||||
|
@ -34,7 +34,7 @@ class TestingConfig:
|
||||
if litConfig.useValgrind:
|
||||
available_features.append('valgrind')
|
||||
if litConfig.valgrindLeakCheck:
|
||||
available_features.append('valgrind-leaks')
|
||||
available_features.append('vg_leak')
|
||||
|
||||
config = TestingConfig(parent,
|
||||
name = '<unnamed>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user