We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e15f5e commit b51f11dCopy full SHA for b51f11d
src/tools/compiletest/src/header.rs
@@ -763,6 +763,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
763
"ignore-ios",
764
"ignore-linux",
765
"ignore-lldb",
766
+ "ignore-llvm",
767
"ignore-llvm-version",
768
"ignore-loongarch64",
769
"ignore-macabi",
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