mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
lit: Rename the valgrind leaks feature to match what is currently used
(vg_leak). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166306 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -140,7 +140,7 @@ EXECUTION OPTIONS
|
|||||||
**--vg-leak**
|
**--vg-leak**
|
||||||
|
|
||||||
When *--vg* is used, enable memory leak checks. When this option is enabled,
|
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.
|
used to conditionally disable (or expect failure in) certain tests.
|
||||||
|
|
||||||
|
|
||||||
|
@@ -34,7 +34,7 @@ class TestingConfig:
|
|||||||
if litConfig.useValgrind:
|
if litConfig.useValgrind:
|
||||||
available_features.append('valgrind')
|
available_features.append('valgrind')
|
||||||
if litConfig.valgrindLeakCheck:
|
if litConfig.valgrindLeakCheck:
|
||||||
available_features.append('valgrind-leaks')
|
available_features.append('vg_leak')
|
||||||
|
|
||||||
config = TestingConfig(parent,
|
config = TestingConfig(parent,
|
||||||
name = '<unnamed>',
|
name = '<unnamed>',
|
||||||
|
Reference in New Issue
Block a user