about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-10-26 12:16:25 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-10-26 18:23:38 -0500
commitc434cef02a08f83c693391b97ee90538232e029b (patch)
treefd0d739c4040c9978f966751eecc55a71f895fff /src/doc/rustc-dev-guide
parent0c1dba11fee541c76d68976bb5faed8342555c82 (diff)
downloadrust-c434cef02a08f83c693391b97ee90538232e029b.tar.gz
rust-c434cef02a08f83c693391b97ee90538232e029b.zip
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.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/adding.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md
index 1120315b9eb..580741ccfe9 100644
--- a/src/doc/rustc-dev-guide/src/tests/adding.md
+++ b/src/doc/rustc-dev-guide/src/tests/adding.md
@@ -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