Skip to content

Commit 6a0f0cb

Browse files
committed
2 parents ba607b2 + d5cac16 commit 6a0f0cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/lto.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,10 @@ fn dylib() {
625625
}
626626

627627
#[cargo_test]
628+
#[cfg_attr(
629+
all(target_os = "windows", target_env = "gnu"),
630+
ignore = "thinLTO is broken. Tracking in rust-lang/rust#104852"
631+
)]
628632
fn test_profile() {
629633
Package::new("bar", "0.0.1")
630634
.file("src/lib.rs", "pub fn foo() -> i32 { 123 } ")

0 commit comments

Comments
 (0)