File tree 3 files changed +3
-0
lines changed
src/tools/compiletest/src
tests/ui/rfcs/rfc-2627-raw-dylib
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -763,6 +763,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
763
763
"ignore-ios" ,
764
764
"ignore-linux" ,
765
765
"ignore-lldb" ,
766
+ "ignore-llvm" ,
766
767
"ignore-llvm-version" ,
767
768
"ignore-loongarch64" ,
768
769
"ignore-macabi" ,
Original file line number Diff line number Diff line change 2
2
3
3
//@ only-gnu
4
4
//@ only-windows
5
+ //@ ignore-llvm
5
6
//@ needs-dlltool
6
7
//@ compile-flags: --crate-type lib --emit link
7
8
//@ normalize-stderr-test: "[^ ']*/dlltool.exe" -> "$$DLLTOOL"
Original file line number Diff line number Diff line change 2
2
3
3
//@ only-gnu
4
4
//@ only-windows
5
+ //@ ignore-llvm
5
6
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
6
7
#[ link( name = "foo" , kind = "raw-dylib" ) ]
7
8
extern "C" {
You can’t perform that action at this time.
0 commit comments