projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd8ba1
)
[Docs] Document forwarding arguments with lit
author
Jonas Devlieghere
<jonas@devlieghere.com>
Wed, 25 Sep 2019 16:14:26 +0000
(16:14 +0000)
committer
Jonas Devlieghere
<jonas@devlieghere.com>
Wed, 25 Sep 2019 16:14:26 +0000
(16:14 +0000)
Explain how to forward arguments to dotest.py from lit.
llvm-svn: 372894
lldb/docs/resources/test.rst
patch
|
blob
|
history
diff --git
a/lldb/docs/resources/test.rst
b/lldb/docs/resources/test.rst
index
3a4f210
..
2305aef
100644
(file)
--- 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
-------------------------------