Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ebfd0bf

Browse files
committed
tests: ignore link-args-order on cross-compile
1 parent 63d7e76 commit ebfd0bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/link-args-order/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// checks that linker arguments remain intact and in the order they were originally passed in.
44
// See https://github.com/rust-lang/rust/pull/70665
55

6+
//@ ignore-crossd-compile (exercises host linker)
7+
68
use run_make_support::{is_msvc, rustc};
79

810
fn main() {

0 commit comments

Comments
 (0)