Skip to content

Commit 7197990

Browse files
committed
Auto merge of #3477 - RalfJung:win-no-std, r=RalfJung
no_std works on Windows now Since we now properly support the magic linker section for TLS dtors, the no_std test works on Windows.
2 parents fee494b + a7db628 commit 7197990

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tools/miri/tests/fail/panic/no_std.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#![feature(start, core_intrinsics)]
22
#![no_std]
33
//@compile-flags: -Cpanic=abort
4-
// windows tls dtors go through libstd right now, thus this test
5-
// cannot pass. When windows tls dtors go through the special magic
6-
// windows linker section, we can run this test on windows again.
7-
//@ignore-target-windows: no-std not supported on Windows
84

95
// Plumbing to let us use `writeln!` to host stderr:
106

0 commit comments

Comments
 (0)