File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,11 @@ source.
167
167
required for this test; the test is ignored if the system llvm is in
168
168
use and it doesn't meet the minimum version. This is useful when an
169
169
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.
170
175
* ` compile-pass ` for UI tests, indicates that the test is
171
176
supposed to compile, as opposed to the default where the test is
172
177
supposed to error out.
You can’t perform that action at this time.
0 commit comments