lit
Verified for current stable LTS
Lit Command: Run Test With Valgrind
Use for run test with valgrind with Lit. Exact CLI syntax to run test with valgrind using Lit.
When to use this: Use for run test with valgrind with Lit.
Command Syntax
lit <path/to/test_file.test> --vg --vg-leak --vg-args=<args_to_valgrind> lit <path/to/test_file.test> --vg --vg-leak --vg-args=<args_to_valgrind> Command Breakdown
--vg- Command Option
- Tool-specific option used by this command invocation.
--vg-leak- Command Option
- Tool-specific option used by this command invocation.
--vg-args=<args_to_valgrind>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run test with valgrind using Lit.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.