We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e15f5e commit c8668ebCopy full SHA for c8668eb
src/tools/compiletest/src/header.rs
@@ -820,6 +820,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
820
"ignore-watchos",
821
"ignore-windows",
822
"ignore-windows-gnu",
823
+ "ignore-llvm",
824
"ignore-x32",
825
"ignore-x86",
826
"ignore-x86_64",
tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.rs
@@ -2,6 +2,7 @@
2
3
//@ only-gnu
4
//@ only-windows
5
+//@ ignore-llvm
6
//@ needs-dlltool
7
//@ compile-flags: --crate-type lib --emit link
8
//@ normalize-stderr-test: "[^ ']*/dlltool.exe" -> "$$DLLTOOL"
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
#[link(name = "foo", kind = "raw-dylib")]
extern "C" {
0 commit comments