File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/tools/compiletest/src
tests/ui/rfcs/rfc-2627-raw-dylib Expand file tree Collapse file tree 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] = &[
763763 "ignore-ios" ,
764764 "ignore-linux" ,
765765 "ignore-lldb" ,
766+ "ignore-llvm" ,
766767 "ignore-llvm-version" ,
767768 "ignore-loongarch64" ,
768769 "ignore-macabi" ,
Original file line number Diff line number Diff line change 22
33//@ only-gnu
44//@ only-windows
5+ //@ ignore-llvm
56//@ needs-dlltool
67//@ compile-flags: --crate-type lib --emit link
78//@ normalize-stderr-test: "[^ ']*/dlltool.exe" -> "$$DLLTOOL"
Original file line number Diff line number Diff line change 22
33//@ only-gnu
44//@ only-windows
5+ //@ ignore-llvm
56//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
67#[ link( name = "foo" , kind = "raw-dylib" ) ]
78extern "C" {
You can’t perform that action at this time.
0 commit comments