Skip to content

Commit 351f75b

Browse files
tromeymark-i-m
authored andcommitted
Document ignore-llvm-version
This documents the ignore-llvm-version directive.
1 parent 505c99f commit 351f75b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/adding.md

+5
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ source.
167167
required for this test; the test is ignored if the system llvm is in
168168
use and it doesn't meet the minimum version. This is useful when an
169169
llvm feature has been backported to rust-llvm
170+
* `ignore-llvm-version` can be used to skip the test when certain LLVM
171+
versions are used. This takes one or two arguments; the first
172+
argument is the first version to ignore. If no second argument is
173+
given, all subsequent versions are ignored; otherwise, the second
174+
argument is the last version to ignore.
170175
* `compile-pass` for UI tests, indicates that the test is
171176
supposed to compile, as opposed to the default where the test is
172177
supposed to error out.

0 commit comments

Comments
 (0)