Skip to content

Commit b51f11d

Browse files
committed
Ignore LLVM ABI in dlltool tests since those targets don't use dlltool
1 parent 0e15f5e commit b51f11d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/tools/compiletest/src/header.rs

+1
Original file line numberDiff line numberDiff 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",

tests/ui/rfcs/rfc-2627-raw-dylib/dlltool-failed.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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"

tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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")]
78
extern "C" {

0 commit comments

Comments
 (0)