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:
parent
7bfd578677
commit
9421be7566
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue