summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-09-25 16:14:26 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-09-25 16:14:26 +0000
commit55038137ebe21d0b584217d94080c578757f0be7 (patch)
treea3e587ab4745259e59bd8c6b710f11d9b96423f3 /lldb/docs
parent3bd8ba156b5241571ecc932ca332c5e869981901 (diff)
downloadbcm5719-llvm-55038137ebe21d0b584217d94080c578757f0be7.tar.gz
bcm5719-llvm-55038137ebe21d0b584217d94080c578757f0be7.zip
[Docs] Document forwarding arguments with lit
Explain how to forward arguments to dotest.py from lit. llvm-svn: 372894
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/resources/test.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/docs/resources/test.rst b/lldb/docs/resources/test.rst
index 3a4f210fdd1..2305aefaa84 100644
--- a/lldb/docs/resources/test.rst
+++ b/lldb/docs/resources/test.rst
@@ -133,6 +133,14 @@ LIT can also filter based on test name.
> ./bin/llvm-lit -sv tools/lldb/lit --filter CommandScriptImmediateOutput
+It is also possible to forward arguments to dotest.py by passing ``--param`` to
+lit and setting a value for ``dotest-args``.
+
+::
+
+ > ./bin/llvm-lit -sv tools/lldb/lit --param dotest-args='-C gcc'
+
+
Running the Test Suite Remotely
-------------------------------
OpenPOWER on IntegriCloud