Skip to content

Commit e1fb176

Browse files
committed
Auto merge of #10110 - hi-rustin:rustin-patch-build-test, r=alexcrichton
re-enable lto_build test on 32-bit MSVC re-enable lto_build test on 32-bit MSVC. Because rust-lang/rust#27224 landed.
2 parents a2c6ec7 + a22a68e commit e1fb176

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testsuite/build.rs

-5
Original file line numberDiff line numberDiff line change
@@ -1707,11 +1707,6 @@ Caused by:
17071707

17081708
#[cargo_test]
17091709
fn lto_build() {
1710-
// FIXME: currently this hits a linker bug on 32-bit MSVC
1711-
if cfg!(all(target_env = "msvc", target_pointer_width = "32")) {
1712-
return;
1713-
}
1714-
17151710
let p = project()
17161711
.file(
17171712
"Cargo.toml",

0 commit comments

Comments
 (0)