Document the rust-lldb directive

Commit ac33b2e578 added a `rust-lldb`
directive to restrict the lldb part of a debuginfo test to only
versions of lldb that include the Rust plugin.
This commit is contained in:
Tom Tromey 2018-10-26 12:16:25 -06:00 committed by Who? Me?!
parent 0c1dba11fe
commit c434cef02a

View file

@ -158,6 +158,8 @@ source.
this test; see also `ignore-gdb-version`
* `min-lldb-version` specifies the minimum lldb version required for
this test
* `rust-lldb` causes the lldb part of the test to only be run if the
lldb in use contains the Rust plugin
* `no-system-llvm` causes the test to be ignored if the system llvm is used
* `min-llvm-version` specifies the minimum llvm version required for
this test