Document the rust-lldb directive

Commit ac33b2e578de58016271012452e4f1be6af9d516 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 7bfd578677
commit 9421be7566
1 changed files with 2 additions and 0 deletions

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