We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122afae commit ddb1d1bCopy full SHA for ddb1d1b
llvm/docs/TestingGuide.rst
@@ -152,12 +152,12 @@ can run the LLVM and Clang tests simultaneously using:
152
153
% make check-all
154
155
-To run the tests with Valgrind (Memcheck by default), use the ``LIT_ARGS`` make
+To run the tests with Valgrind (Memcheck by default), use the ``LIT_OPTS`` make
156
variable to pass the required options to lit. For example, you can use:
157
158
.. code-block:: bash
159
160
- % make check LIT_ARGS="-v --vg --vg-leak"
+ % make check LIT_OPTS="-v --vg --vg-leak"
161
162
to enable testing with valgrind and with leak checking enabled.
163
0 commit comments